77 Commits

Author SHA1 Message Date
Cong
5c76e29e47 Gilgamesh quiz #712 2024-11-21 20:37:29 +11:00
Cong
f37179019b Refactor pause menu #284 2024-03-12 22:57:32 +11:00
Cong
577bcc0f80 Remove cmakesettings 2024-03-12 22:11:41 +11:00
Cong
c22a0848f1 Update protoc version 2024-02-25 20:38:04 +11:00
Avinash Sonawane
0daf4c50b5 Fix CMakeLists formatting as per recommended practices (#824)
* Convert CMake-language commands to lower case

* Remove CMake-language block-end command arguments

* Ignore `share` dir and executables from out-of-source builds too

* Don't git-ignore src/cdogs/enet/include/

* Use include(CTest) which automatically invokes enable_testing()
2023-10-17 12:04:10 +11:00
Cong
7feaa6083b Build package with cpack #763 2023-05-29 22:53:48 +10:00
cxong
3adfb30b17 Use XDG_CONFIG_HOME when available (fixes #754) 2023-02-14 08:48:02 +11:00
Cong
33872a66b1 Version 1.1.1 2021-10-12 17:37:57 +11:00
Cong
b1da60dff6 Load spear mission packs 2021-09-29 23:52:50 +10:00
Cong
b56c88125a Fix crash when loading old campaigns (fixes #692) 2020-12-14 20:07:10 +11:00
Cong
c542d435d6 Generate nanopb via cmake; update to 0.4.1 2020-06-12 23:33:12 +10:00
cxong
ee2b3acd12 Fix GCC10 build errors (fixes #645) 2020-05-30 17:46:59 +10:00
Cong
b7ec8e482f Remove mingw 2020-01-03 20:31:33 +11:00
Cong
25169fb57e Version 0.7.3 2019-12-27 20:59:48 +11:00
Cong
3effa5efb6 Fix textures for tile brush dialog #475 2019-12-26 18:32:13 +11:00
Cong
9f3f0c1172 Fix animated counter infinite increment
Downgrade to VS 2017
2019-12-05 00:21:37 +11:00
Cong
afcc363546 Fix vs 2019 compile errors 2019-12-02 19:47:05 +11:00
Cong Xu
cb58dd400f Appveyor itch deploy #550 2019-11-18 00:22:19 +11:00
Cong Xu
8a6e5a902d Fix empty health spawner pad 2019-07-05 21:26:07 +10:00
Cong Xu
cbd845e635 Trail particles (#47)
Fix bullet bounce pos/vel for destroyed bullets, so that trails render correctly
2018-09-28 21:59:42 +10:00
cxong
65e24350a5 Misc cleanups 2017-10-22 03:54:23 +01:00
Justin Jacobs
b20623ba3e Begin working on Emscripten port
- SDL_Mixer has some problems, so sound is disabled
- stderr replaced with stdout so the Emscripten page shows some output
2017-07-15 11:27:17 -04:00
Cong
b1853273b5 Remove some redundant entries in .gitignore 2017-04-05 00:12:51 +10:00
Cong
f00076c8b7 CLion gitignore 2017-04-04 23:51:14 +10:00
Cong
2a5404b632 Visual Studio 2017 support
Move icons out of main dir
2017-03-23 21:58:08 +11:00
Cong
f2b9f5ac32 Fix windows/appveyor package script 2017-03-05 01:05:39 +11:00
cxong
a5f85235e5 Fix Linux release script 2017-03-04 13:27:40 +00:00
Cong
f5b9c36b17 Base character with animation (#18) 2017-02-09 00:31:37 +11:00
Cong
4557c101a2 VS2015 .gitignore 2016-07-23 14:06:37 +10:00
cxong
ba355c0c5f Optionally use ninja to build with make.sh 2016-02-16 12:03:13 +00:00
cxong
5fe333b005 Fix GCW0 build 2016-02-13 14:27:14 +00:00
Cong
5a1282bf4f Fix gcw0 toolchain build 2016-02-13 03:00:37 +00:00
Cong
9f29bb6ab7 Use UDP broadcast LAN scanner (#293) 2016-01-26 23:34:30 +11:00
Cong
a87b2f27de Refactor font loader to use YAJL (#303) 2016-01-14 00:36:28 +11:00
cxong
178369d63f Fix travis GCW0 scripts (#367) 2015-10-25 00:06:31 -04:00
cxong
25196a924f Don't require sudo for linux package (#169)
Run cmake with -DCMAKE_INSTALL_PREFIX
to avoid installing to /usr/local
2015-10-23 11:13:54 -04:00
Cong
76686fe03f rm net_input_client from .gitignore 2015-06-13 02:51:28 +10:00
cxong
9ae5e109eb Fix GCW-Zero crash 2015-04-17 10:38:40 -04:00
cxong
ce75cbeedd Fix tests 2015-03-15 05:39:46 -04:00
cxong
3083d77cb2 Fix campaign saving under Linux (fixes #333)
Physfs unable to save to absolute path when
write dir is set to current directory; workaround
includes setting root dir as write dir and
creating temp file to avoid realpath returning
a failure.
2014-11-29 06:09:31 -05:00
cxong
5fccb110e5 Fix various GCW-Zero build issues (#292)
Mark some files as generated (so make clean removes)
Build generates cdogs-sdl.opk
Include git submodule update in make.sh
Use toolkit version of mksquashfs
2014-10-29 07:22:20 -04:00
Cong
74b1d5e9ef Ignore autosaved campaigns in game (fixes #309)
Autosave using names that start with ~
2014-09-19 20:49:33 +10:00
Cong
c6bc936b81 Replace graphics for all MapObjects (#173) 2014-09-07 01:16:42 +10:00
Cong
3c64fc6f80 Merge pull request #298 from carstene1ns/cpackdebrpm
.deb and .rpm package generation
2014-08-27 22:43:52 +10:00
Carsten Teibes
000728a67d add rpm and deb package generation
initial work on #89 and #224
2014-08-27 13:57:47 +02:00
Carsten Teibes
55b7b6141c use relative paths and add missing tests in .gitignore 2014-08-27 13:00:24 +02:00
Cong
c7289da589 Convert some ptrptrs to use dynarray 2014-05-21 01:16:22 +10:00
Cong
fe9880d031 Add Thumbs.db to .gitignore 2014-05-13 21:08:46 +10:00
Cong
5eb1881687 .gitignore 2014-05-11 21:26:12 +10:00
Cong
3f1025379f Bundle SDL libraries with OSX dmg (fixes #235)
Build binaries as apps
2014-05-01 22:26:32 +10:00