87 Commits

Author SHA1 Message Date
yvt
39ec2d6a1d Update macOS library dependencies 2016-12-26 00:02:01 +09:00
yvt
c5312e4905 ALDevice: support FP audio data (which is produced by Opus decoder) 2016-12-18 01:39:22 +09:00
yvt
2ecbd554b4 Support Ogg Opus audio files (.opus) on macOS 2016-12-18 00:45:17 +09:00
yvt
d505bfae91 Expose “FontManager” to the scripting environment 2016-12-16 05:05:23 +09:00
YVT
2d0ae3b817 FreeType2 font renderer (#484)
* Backport ngspades’s FreeType2 font renderer

* Change system fonts

* Fix SWImage::Update

* Preliminary custom TTF/OTF font support

* Fix font rendering

* Adjust design

* Update devpak

* Fix to compile on Linux

* Update .travis.yml

* Update external libraries

* Update .travis.yml

* Attempt to fix Travis CI build

* Add missing sudo to travis.yml

* Nevermind the changes, it didn't work

* Update .travis.yml

* Update .travis.yml and CMakeLists.txt
2016-12-11 23:18:16 +09:00
YVT
5b887ddb96 Provide an option to browse the config directory (#481)
Fixes #268.
2016-12-08 04:40:33 +09:00
Tomoaki Kawada
4d964d6595 Add more camera shake (cg_shake 2) and additional movements of view weapons 2016-11-22 01:25:22 +09:00
Tomoaki Kawada
a79261a8f5 Remove poly2tri as it’s no longer used
Fixes #291.
2016-11-20 23:15:21 +09:00
Tomoaki Kawada
efd2274bd6 Organize Xcode project 2016-11-20 19:26:24 +09:00
Tomoaki Kawada
3380a07bfe Renderer: latch some config variables 2016-11-19 23:22:18 +09:00
Tomoaki Kawada
6a7af96daf Refactor setting variables 2016-11-19 21:27:13 +09:00
Tomoaki Kawada
d2debd19fe Update AngelScript to 2.31.1
This (hopefully) fixes #416.
2016-11-10 22:21:19 +09:00
Tomoaki Kawada
ab5277a57f Add MumbleLink.(cpp|h) to Xcode project 2016-11-06 20:50:07 +09:00
Tomoaki Kawada
ce7e4de178 Update the relative path of pak000-Nonfree.pak 2016-07-27 16:20:50 +09:00
Tomoaki Kawada
3f7fcee586 Reorganise resource files 2016-07-16 00:14:59 +09:00
Tomoaki Kawada
89748d6bc6 Reduced compiler warnings 2016-07-15 19:40:05 +09:00
Tomoaki Kawada
0f9bbcc815 Xcode project is now up-to-date 2016-07-15 19:07:48 +09:00
yvt
76f20b82b7 Updated Xcode project 2016-01-30 02:33:57 +09:00
yvt
5ed05f711b Auto-exposure (r_hdrAutoExposure; enabled by default) 2015-06-20 18:30:54 +09:00
yvt
7072e15b63 Mask write to configs from certain scripts 2015-01-24 12:44:57 +09:00
yvt
fc26a8441d Disabled code signing for OS X version 2014-06-23 20:46:03 +09:00
yvt
9c385db792 Linear rendering pipeline (HDR only) 2014-04-08 03:36:07 +09:00
yvt
327eb0e8a3 Merge remote-tracking branch 'origin/master' 2014-04-05 04:37:16 +09:00
yvt
49dcb2de1b changed libysrspades.dylib location (Xcode project) 2014-04-05 04:37:00 +09:00
yvt
4b68c4e01e Configured to include SDL2 and SDL2_image as private frameworks. This should fix #223
Fixed binary is already available as OpenSpades-0.0.11-OSX-3.zip in the 0.0.11 release page
2014-04-03 13:34:44 +09:00
yvt
67b28e8932 Add OS X Application Icon 2014-04-01 19:43:44 +09:00
yvt
271a3b1f8f Fix OS X bundle to work 2014-04-01 16:04:07 +09:00
yvt
92cfbd0126 OS X application bundle support 2014-04-01 15:52:40 +09:00
yvt
817ce53c23 Statistics (fix #202) 2014-03-31 23:09:47 +09:00
yvt
8f04b4ddff Removed dependency for FLTK completely (fix #217).
Keystroke for accessing startup screen was replaced with splash window, because SDL cannot check keyboard’s state without a window.
2014-03-31 20:37:23 +09:00
yvt
d4518dd732 FLTK-less config file. Fix #217. **Not tested on all platforms but OS X** 2014-03-31 19:20:50 +09:00
yvt
4710e7e215 Fixed #213 using a specialized polygon triangulator 2014-03-24 23:36:29 +09:00
yvt
5cf6760af3 Added PngWriter to Xcode project & fix PngWriter.cpp to compile correctly 2014-03-17 02:23:30 +09:00
yvt
18f8405aae Support for writing JPEG images (fixing #187) 2014-03-16 00:23:20 +09:00
yvt
2599d14900 Refactor 2014-03-09 21:43:38 +09:00
yvt
be4a9952ce Added hit detection debugger 2014-03-09 01:03:38 +09:00
yvt
4cf2fd39e4 Removed server browser for FLTK-based main window 2014-02-24 19:10:15 +09:00
yvt
7cbba74001 Removed HTML credits 2014-02-24 19:02:56 +09:00
yvt
e33cd5644c Removed FLTK-based GUIs 2014-02-24 19:02:13 +09:00
yvt
5101172f23 Removed FLTK-based main window 2014-02-24 18:50:59 +09:00
yvt
cc3a53d755 Switch image loader from FLTK to SDL_image (CMakeList.txt still has to be modified) 2014-02-24 18:17:47 +09:00
yvt
ba6ecfde2f Merge branch 'master' into swrenderer 2014-02-14 16:21:49 +09:00
yvt
57c85482b8 Support for localization 2014-02-14 16:20:42 +09:00
yvt
5f5d40cba0 Updated font and its usage 2014-02-08 22:37:46 +09:00
yvt
cac42196c1 Very basic new startup screen 2014-02-07 00:09:26 +09:00
yvt
43f251f013 Merge branch 'master' into swrenderer 2014-02-04 00:57:48 +09:00
yvt
04b06b2e73 Faster fog density computation, improving map rendering performance with complex maps 2014-02-03 23:52:53 +09:00
yvt
488b2c8ff2 Merge branch 'master' into swrenderer
Conflicts:
	OpenSpades.xcodeproj/project.pbxproj
2013-12-29 23:16:27 +09:00
yvt
9e638bb054 CP437 support 2013-12-29 23:08:57 +09:00
yvt
9eefd32747 Renderer selection from the startup window 2013-12-25 14:21:21 +09:00