Tim Felgentreff
|
c43fc735c3
|
fix refactoring on linux
|
2021-07-03 12:50:45 +02:00 |
|
Tim Felgentreff
|
93c149c577
|
retain workaround only for win32
|
2021-07-03 11:20:43 +02:00 |
|
Tim Felgentreff
|
8aab2a3e3d
|
use better runCommand to execute things on windows
|
2021-07-03 11:17:31 +02:00 |
|
Tim Felgentreff
|
8a08e975e8
|
workaround buggy jconfig.h header
|
2021-07-03 08:55:52 +02:00 |
|
Tim Felgentreff
|
f97aa35b11
|
Use local innoextract.exe on windows
|
2021-07-01 08:08:36 +02:00 |
|
Tim Felgentreff
|
7ff5b699de
|
Merge pull request #347 from SimoneStarace/master
Adding more code examples
|
2021-06-29 22:14:14 +02:00 |
|
Simone Starace
|
ef980e58d0
|
Added more code examples in script_ai.cpp
|
2021-06-29 20:21:41 +02:00 |
|
Simone Starace
|
2078440432
|
Merge branch 'master' of https://github.com/Wargus/stratagus into develop
|
2021-06-29 20:03:18 +02:00 |
|
Tim Felgentreff
|
f235465dcb
|
move DefineUnitType docs
|
2021-06-29 20:02:37 +02:00 |
|
Simone Starace
|
10a8278b19
|
Merge branch 'master' of https://github.com/Wargus/stratagus into develop
|
2021-06-29 19:57:44 +02:00 |
|
Tim Felgentreff
|
48b06c84af
|
fix c func regex
|
2021-06-29 19:55:35 +02:00 |
|
Simone Starace
|
7258b25f0b
|
Added 2 example codes for script_ai.cpp
|
2021-06-29 19:37:05 +02:00 |
|
Simone Starace
|
fc59e3ba93
|
Added two code examples in trigger.cpp
|
2021-06-29 18:58:16 +02:00 |
|
Simone Starace
|
13b73655bb
|
Added fixed and added code examples in script_sound.cpp
|
2021-06-29 15:07:20 +02:00 |
|
Simone Starace
|
c4ffced0e8
|
Added some code examples into game.cpp
|
2021-06-29 15:06:50 +02:00 |
|
Tim Felgentreff
|
e65a2d83d2
|
fix lua index regen
|
2021-06-29 09:52:24 +02:00 |
|
Tim Felgentreff
|
c61d7596dd
|
regen lua bindings for website on master
|
2021-06-29 09:20:39 +02:00 |
|
Tim Felgentreff
|
c8bdea1011
|
fix linux build
|
2021-06-29 09:11:07 +02:00 |
|
Tim Felgentreff
|
541bb223c6
|
if innoextract is available, support extracting directly from single-file game installers (e.g. GoG)
|
2021-06-28 23:01:12 +02:00 |
|
Tim Felgentreff
|
86af5b8f94
|
Merge pull request #346 from SimoneStarace/master
Added few code examples
|
2021-06-28 06:36:22 +02:00 |
|
Simone Starace
|
992abbc3c9
|
Removed the spaces in trigger.cpp
|
2021-06-27 20:15:33 +02:00 |
|
Simone Starace
|
91cec3e3bd
|
Added some meta tags and a new css for code examples.
|
2021-06-27 20:05:46 +02:00 |
|
Simone Starace
|
89b5067f23
|
Removed whitespaces for code examples.
|
2021-06-27 20:00:51 +02:00 |
|
Simone Starace
|
8d70ea2d47
|
Added example code for GetUnitTypeData
|
2021-06-26 15:04:40 +02:00 |
|
Simone Starace
|
3fd234cdcc
|
Added example code for DefineUnitType
|
2021-06-26 12:03:02 +02:00 |
|
Simone Starace
|
72b0a05bd6
|
Added few code examples in script_ui.cpp
|
2021-06-26 12:02:45 +02:00 |
|
Tim Felgentreff
|
7d535f19d9
|
Merge branch 'master' of https://github.com/Wargus/stratagus into master
|
2021-06-25 23:10:32 +02:00 |
|
Tim Felgentreff
|
5849d174ad
|
add a way to define a unittype as Neutral for the editor
|
2021-06-25 23:00:23 +02:00 |
|
Tim Felgentreff
|
db240420d4
|
fix linux build
|
2021-06-22 22:09:25 +02:00 |
|
Tim Felgentreff
|
57a2f25512
|
Merge pull request #345 from SimoneStarace/master
Added some code examples.
|
2021-06-22 22:02:01 +02:00 |
|
Tim Felgentreff
|
f0e81dd1fa
|
Merge branch 'master' of https://github.com/Wargus/stratagus into master
|
2021-06-22 21:18:11 +02:00 |
|
Tim Felgentreff
|
f203aecb55
|
guard against invalid free
|
2021-06-22 21:18:05 +02:00 |
|
Simone Starace
|
60924acf77
|
Merge branch 'develop'
|
2021-06-20 23:44:41 +02:00 |
|
Simone Starace
|
72f4bce9a1
|
Quick fix on some code examples.
|
2021-06-20 23:41:29 +02:00 |
|
Simone Starace
|
6226fb0c0c
|
Added code examples into script_unittype.cpp
|
2021-06-20 23:38:17 +02:00 |
|
Simone Starace
|
e21af22f42
|
Added code examples into script_map.cpp
|
2021-06-20 23:38:17 +02:00 |
|
Simone Starace
|
e09c0e34ba
|
Added code examples into script_player.cpp
|
2021-06-20 23:38:17 +02:00 |
|
Simone Starace
|
f564b6933c
|
Added example code for SetTrainingQueue.
|
2021-06-20 23:38:17 +02:00 |
|
Simone Starace
|
217d5f71aa
|
Added example codes in script_ui.cpp
|
2021-06-20 23:38:17 +02:00 |
|
Simone Starace
|
6bdbb30408
|
Added code examples in script_unit.cpp
|
2021-06-20 23:38:17 +02:00 |
|
Tim Felgentreff
|
f720451ae8
|
force software renderer with -g
|
2021-06-20 21:19:11 +02:00 |
|
Simone Starace
|
3bc684dd73
|
Added code examples into script_unittype.cpp
|
2021-06-20 19:07:10 +02:00 |
|
Simone Starace
|
48934ce5be
|
Added code examples into script_map.cpp
|
2021-06-20 19:04:13 +02:00 |
|
Simone Starace
|
7679151d28
|
Added code examples into script_player.cpp
|
2021-06-20 19:02:28 +02:00 |
|
Simone Starace
|
5db45178cc
|
Added example code for SetTrainingQueue.
|
2021-06-20 18:02:51 +02:00 |
|
Simone Starace
|
08dfa78811
|
Added example codes in script_ui.cpp
|
2021-06-20 18:00:37 +02:00 |
|
Simone Starace
|
9eed3b5583
|
Merge branch 'master' of https://github.com/Wargus/stratagus into documentation
|
2021-06-20 17:27:37 +02:00 |
|
Tim Felgentreff
|
c6d10ffa22
|
make it possible to define more unit sections in the tool dropdown of the editor. better adresses #349
|
2021-06-20 14:05:05 +02:00 |
|
Simone Starace
|
124694f64e
|
Added code examples in script_unit.cpp
|
2021-06-17 14:25:03 +02:00 |
|
Tim Felgentreff
|
a3a013e858
|
fix the recaching of shader data, because resizing the window may take multiple frames
|
2021-06-16 22:20:09 +02:00 |
|