Commit graph

17072 commits

Author SHA1 Message Date
Tim Felgentreff
f04f2bbd07 Ignore vscode user files 2020-12-04 14:21:25 +01:00
Tim Felgentreff
6d2df5690f add missing files 2020-12-04 14:20:24 +01:00
Tim Felgentreff
5cbfbe8172 ensure .vscode dir exists 2020-12-04 13:56:12 +01:00
Tim Felgentreff
d9c6339d74 let settings.json be local, just seed with an initial version 2020-12-04 12:35:54 +01:00
Tim Felgentreff
d71498b5aa proper error reporting for callbacks 2020-12-04 10:04:54 +01:00
Tim Felgentreff
385b2d6f68
Merge pull request #308 from Wargus/tim/linux-vscode
fix vscode config to be cross platform
2020-12-03 19:27:38 +01:00
Tim Felgentreff
199ab306ac fix variable substitution 2020-12-03 12:48:42 +01:00
Tim Felgentreff
4a790f98e8 keep data extracted for development local 2020-12-03 12:00:18 +01:00
Tim Felgentreff
6059b1be67 fix vscode config to be cross platform 2020-12-03 11:06:59 +01:00
Tim Felgentreff
98a2e511a7
Update download.ps1 2020-12-02 09:34:05 +01:00
Tim Felgentreff
afbdc12c6b fix build on actual windows machine 2020-11-30 10:21:17 +01:00
Tim Felgentreff
3dc7fb0b3e try again on windows 2020-11-30 09:51:43 +01:00
Tim Felgentreff
7c067d8161 commonalize NTDDI_VERSION and _WIN32_WINNT 2020-11-30 09:42:34 +01:00
Tim Felgentreff
d4b1a6c58c fix build on windows, mkIII 2020-11-30 07:58:54 +01:00
Tim Felgentreff
77fe9d0121 fix build on windows, mkII 2020-11-30 07:25:52 +01:00
Tim Felgentreff
a2b4f38b75 fix build on windows 2020-11-29 21:35:15 +01:00
Tim Felgentreff
6b97b13011 fix scrolling around image list 2020-11-29 15:02:58 +01:00
Tim Felgentreff
0a5e65d7fe install and run from Documents folder on windows, seems games do that these days 2020-11-29 14:28:34 +01:00
Tim Felgentreff
675a8abfd3 remove dead code 2020-11-29 14:02:43 +01:00
Tim Felgentreff
afafb9354d report ctrl/alt/super + printable key as keydown, not textinput 2020-11-29 14:02:22 +01:00
Tim Felgentreff
dd6e830473 select all units in groups directly (without Alt) 2020-11-29 11:52:45 +01:00
Tim Felgentreff
cfe48daf08 force complete redraw when list box selection changes 2020-11-29 10:50:29 +01:00
Tim Felgentreff
379f2c90ce remove useless assert 2020-11-29 10:39:21 +01:00
Tim Felgentreff
9765d18329 expose requestFocus to lua 2020-11-29 08:37:49 +01:00
Tim Felgentreff
d81d81d8d0 Remove incorrect assertion. Fixes #202 2020-11-29 08:14:41 +01:00
Tim Felgentreff
dcc17942ca force music to be quieter in relation to sfx 2020-11-29 08:09:26 +01:00
Tim Felgentreff
29c9538497 fix and also tweak sound effects panning and strength 2020-11-28 21:56:35 +01:00
Tim Felgentreff
54b7e13e45 revert incorrect assertion 2020-11-28 21:46:53 +01:00
Tim Felgentreff
e2e3caaad1 fix SDL text input also for guichan 2020-11-26 14:24:46 +01:00
Tim Felgentreff
0234a8b76b allow pushing tables to callbacks 2020-11-23 10:02:08 +01:00
Tim Felgentreff
8d0cd713e2 allow scrolling to top and bottom from lua 2020-11-23 10:02:08 +01:00
Tim Felgentreff
3babafb53d always launch with assertions enabled 2020-11-23 10:02:08 +01:00
Tim Felgentreff
d7fa30aba1 fix compilation on linux 2020-11-23 10:02:08 +01:00
Tim Felgentreff
52ac6bd741 fix potential access to empty stack 2020-11-23 10:02:08 +01:00
Tim Felgentreff
0043387f49 avoid a potential pop from empty stack 2020-11-23 10:02:08 +01:00
Tim Felgentreff
f1f06fe6f5 properly detect the escape key 2020-11-23 10:02:08 +01:00
Tim Felgentreff
670dcf155f give the status line input a history and editing 2020-11-23 10:02:08 +01:00
Tim Felgentreff
d77de4d362 fix text input in message line with SDL2 2020-11-23 10:02:08 +01:00
Tim Felgentreff
af4f7682fe build with lldb debug info if possible 2020-11-23 10:02:08 +01:00
Tim Felgentreff
08c93416c0 expand version.h with last modified times 2020-11-23 10:02:08 +01:00
Tim Felgentreff
696e8bccd7 when assigning a unit to a player, remove it from the previous owner (if there is one) 2020-11-23 10:02:08 +01:00
Tim Felgentreff
4abc6041a5 when no shaders can be compiled, shaders are not supported 2020-11-23 10:02:08 +01:00
Tim Felgentreff
135527a284 Fix warnings on win32 2020-11-23 10:02:08 +01:00
Tim Felgentreff
f8483548a2 if color mod of icon is not supported, disable it 2020-11-23 10:00:12 +01:00
Tim Felgentreff
4233cae78c make sure to set GameCycle to 0 on start of game 2020-11-23 10:00:12 +01:00
Tim Felgentreff
6c5a25c316 support coz profiling 2020-11-23 10:00:10 +01:00
Tim Felgentreff
694a8fc722 parameterize printing of backtrace 2020-11-23 09:59:37 +01:00
Tim Felgentreff
ad27752541 use local random for editor 2020-11-23 09:59:37 +01:00
Tim Felgentreff
44866ca8de
Update README.md 2020-11-23 06:47:13 +01:00
Tim Felgentreff
fe347f775d
Update README.md 2020-11-23 06:03:44 +01:00