56 Commits

Author SHA1 Message Date
yvt
08e7187167 Install font-unifont.pak on make install 2017-02-26 16:32:01 +09:00
yvt
7bf5becdc8 Bump version 0.1.1 2017-02-26 02:44:54 +09:00
yvt
98888ba651 Update Xcode project and CMakeLists.txt so they install PackageInfo.json 2017-01-30 00:44:24 +09:00
Matthias Mailänder
57a383b582 Respect OPENSPADES_RESOURCES switch during install 2017-01-22 14:57:56 +01:00
yvt
efe9f577e0 Bump version to 0.1.0 2016-12-26 01:08:35 +09:00
YVT
fddd0ccb4a Make Opus decoder working on Windows 2016-12-17 09:46:43 -08:00
Tomoaki Kawada
7ec5a7b8b0 Make opus decoder working on Linux 2016-12-18 01:41:50 +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
VelocityRa
0a55df206d Fix CMAKE warning (CMP0054)
Resolves #443.
2016-11-23 21:24:13 +02:00
Tomoaki Kawada
2872e4e66e Fix asset installation on *nix
Built-in assets are now installed as paks instead of "loose" files.

There was a bug which caused some files to be not installed properly.
It's now addressed by this commit. (Fixes #430)

It should be now possible to launch OpenSpades without `make install`.
Just make sure to cd to the build directory (where you ran `cmake`) before
launching OpenSpades by `bin/openspades`.
2016-11-10 20:37:01 +09:00
Tomoaki KAWADA
4f0290c17f Fix #343 2015-02-08 00:18:40 +09:00
Dmitry Marakasov
f520dd972c Enable warnings with clang as well 2014-07-31 00:46:43 +04:00
Dmitry Marakasov
a744744591 Include local directories before everything else
This fixes build failures because of picking up system includes
instead of similarily named local ones
2014-07-31 00:41:13 +04:00
Dmitry Marakasov
67322c0913 Do not force CMAKE_INSTALL_PREFIX
It's /usr/local by default anyway, and setting disallows distro-specific
defaults or user override.
2014-07-31 00:38:49 +04:00
yvt
e491cff73d Raised version number 2014-06-14 01:40:26 +09:00
Way, No
967a018816 Added variable install paths. 2014-04-28 02:21:17 +11:00
Way, No
ad5636742a fixed date 2014-04-27 15:13:34 +11:00
Way, No
eb439132cf More advanced .deb support 2014-04-27 12:52:28 +11:00
Way, No
e1de4d5e2a fixed package names 2014-04-26 00:01:41 +11:00
Way, No
29b140cbf8 fixing typos 2014-04-25 22:32:21 +11:00
Way, No
87adc03e7e rough deb package support 2014-04-25 22:22:35 +11:00
Way, No
73eefb6651 Added option -DOPENSPADES_RESOURCES 2014-04-23 21:47:48 +11:00
Way, No
ef8f4185fd edited make install behaviour; also some cpack tweaks 2014-04-23 17:39:54 +11:00
Way, No
c9bc10d387 rough linux install support 2014-04-06 20:10:13 +11:00
yvt
5abca864d2 Fixed bug in windows version 2014-04-03 03:06:11 +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
2c2de09357 Add Clang -std=c++11 only for C++ 2014-03-11 16:47:59 +09:00
yvt
e7466eb25a Clang C++11 support 2014-03-11 16:39:39 +09:00
yvt
a07c16d1e7 add -std=c++11 2014-03-11 16:32:51 +09:00
learn_more
a63df0b9ad remove fltk images library 2014-03-02 02:47:13 +01:00
learn_more
3da10bca33 remove drawtest 2014-03-02 02:43:30 +01:00
Marco Schlumpp
a729095cf1 Added SDL_image to cmake based build. 2014-02-26 17:20:07 +01:00
yvt
d4325ffa78 Raised version 2014-01-01 20:43:06 +09:00
Marco Schlumpp
2aeb07352b Disable DrawTest build by default.
This Should fix the issue yvt/openspades#107.
2013-12-24 13:42:12 +01:00
learn_more
1c4e9ed226 bump version number
disable ysr? on windows until we get a binary from somewhere.
enable alt+tab on windows (not sure if it works correct on linux?
2013-12-17 19:58:53 +01:00
yvt
87aedb702c Moved to SDL 2.0 + IME support 2013-12-09 17:36:05 +09:00
learn_more
7fe78f2206 Add icon (made by JoJoe_Stinky)
add fltk convenience target
2013-11-01 21:24:50 +01:00
learn_more
f059532a49 Bump version,
add windows readme
2013-11-01 21:22:54 +01:00
learn_more
f2b03d559e static link c runtime for msvc, drop some linker dependencies due to linker errors 2013-10-09 00:59:36 +02:00
learn_more
8207411c38 easier to add extra stuff to the title 2013-10-08 22:12:41 +02:00
learn_more
48b251a422 first version of package building.
tested: win32 zip
see http://www.cmake.org/cmake/help/v2.8.11/cpack.html
2013-10-06 16:24:43 +02:00
John Ericson
ef5ccc6b2e Use C++11 / C++0x 2013-09-22 20:47:55 -04:00
John Ericson
dc664036c9 clean up whitespace in CMakeLists.txt 2013-09-22 20:47:55 -04:00
learn_more
4b43f5ce65 Suppress useless warnings, fix the build on linux 2013-09-14 20:00:30 -07:00
learn_more
49b1ec9035 lower required cmake version (not all version strings from external projects might work, but ubuntu is on 2.8.7 currently) 2013-09-14 04:23:31 +02:00
learn_more
08491cc9fb cleanup cmake
generated header contains compiler + some library versions (SDL,zlib,curl)
add input folder where 'external' libs / headers can be placed so cmake will find them
2013-09-14 04:19:56 +02:00
yvt
1ef14c06ac Fixed r_water default value conflict ion 2013-09-03 22:21:28 +09:00
yvt
de520bde07 Changed version number to 0.0.8 2013-09-01 16:41:40 +09:00
yvt
63ad7bfc1d OpenAL doesn't have to be linked because it's linked at runtime 2013-09-01 12:25:25 +09:00
learn_more
242705f29a use external curl, remove included files 2013-08-31 19:23:32 +02:00