Commit graph

16484 commits

Author SHA1 Message Date
Tim Felgentreff
7c62bfaf95 m modifier isn't supported on Windows fscanf implementation 2015-12-08 11:38:07 +01:00
Tim Felgentreff
705ba176b7 update man page with current options 2015-12-08 11:10:57 +01:00
Tim Felgentreff
aa82e54b5f update documentation after move to Github 2015-12-08 10:55:16 +01:00
Tim Felgentreff
5345a4cdeb update genversion to use GitRev 2015-12-08 10:29:13 +01:00
Andrettin
86bb1e22c2 Added missing include 2015-12-04 18:44:45 +01:00
Andrettin
c17cf49fb6 Fixed quotation marks 2015-12-04 18:31:05 +01:00
Andrettin
b5d66547f7 Added autosave support, updated changelog, updated version to 2.4.0 2015-12-04 18:13:53 +01:00
Andrettin
bf514a2027 Merge pull request #157 from Wargus/tim/lua-args
Allow passing a string as argument to the Lua startup file
2015-12-04 17:43:54 +01:00
Tim Felgentreff
08d1a8bf21 Merge pull request #155 from KroArtem/master
Cleanup repo from maemo code
2015-12-04 16:50:54 +01:00
Tim Felgentreff
38ac614359 use default args instead of overloading 2015-12-04 15:38:33 +01:00
KroArtem
9c29a2dd63 removed all maemo stuff 2015-12-04 13:49:11 +03:00
Tim Felgentreff
13db0d48c9 be a bit more clever trying to find a custom lua startup file 2015-12-04 10:44:12 +01:00
Tim Felgentreff
6739208bbe allow passing arguments to lua scripts 2015-12-03 23:02:02 +01:00
KroArtem
358af4e537 start removing maemo support 2015-12-03 15:03:35 +03:00
Tim Felgentreff
9ea28e4cee [skip ci] Add links to packages 2015-12-02 13:46:50 +01:00
Andrettin
e518509305 Updated Debian changelog and made some spelling fixes 2015-12-02 13:33:57 +01:00
Tim Felgentreff
889cecc674 bump version and update urls for debian package 2015-12-02 12:52:12 +01:00
Tim Felgentreff
62d1dc4df5 Merge pull request #154 from Wargus/tim/vs2015
Compile with VS 2015 with updated dependencies
2015-12-02 09:56:22 +01:00
Tim Felgentreff
7479cc5522 [skip ci] deploy windows installer from master only 2015-12-02 09:49:37 +01:00
Tim Felgentreff
3ab44693d8 build nsis installer on appveyor and release to github 2015-12-01 17:43:36 +01:00
Tim Felgentreff
9e43d695d2 updates to make compilation with vs 2015 work 2015-12-01 17:43:27 +01:00
Tim Felgentreff
fdd3fc232f fix a possible uninitialized variable return 2015-12-01 17:43:27 +01:00
Andrettin
d642ff463b Merge pull request #153 from a-detiste/master
debian: rewrite copyright in machine-readable format
2015-12-01 10:38:08 +01:00
Alexandre Detiste
3e90e7d630 debian: rewrite copyright in machine-readable format 2015-11-30 18:53:49 +01:00
Andrettin
712d415484 Merge pull request #152 from a-detiste/master
janitor level fixes for Debian package
2015-11-30 18:35:34 +01:00
Alexandre Detiste
28d152fa11 debian: enable parallel build 2015-11-30 17:55:43 +01:00
Alexandre Detiste
3008d9d7bd debian: update url's 2015-11-30 17:55:27 +01:00
Alexandre Detiste
a1aac44ecc debian: wrap lines in changelog 2015-11-30 17:55:12 +01:00
Andrettin
142368e9ce Added support for semi-transparent unit type shadows 2015-11-28 23:32:30 +01:00
Andrettin
a0f9926091 Fixed copyright notices as indicated by Kyran 2015-11-27 23:28:25 +01:00
Andrettin
2d8f1cfd29 Removed code referring to UnitTypeFlyLow, since the piece of code defining it hasn't been merged with mainline Stratagus yet 2015-11-27 22:23:37 +01:00
Andrettin
d6347f9be8 Added missing include 2015-11-27 22:07:17 +01:00
Andrettin
d459c66406 A unit's direction can now be gotten in the animation code 2015-11-27 21:36:25 +01:00
Andrettin
6a8d24a4f3 Miscellaneous editor improvements 2015-11-27 21:23:01 +01:00
Andrettin
0a49a81c09 ImproveIncomes is now a part of CUnitState instead of the unit type itself, allowing for it to be changed by upgrades 2015-11-27 21:10:05 +01:00
Andrettin
44eaed239a Added support for map-specific unit stats and sounds; added GetUnitTypeData lua function 2015-11-27 20:44:53 +01:00
Andrettin
09ba628e10 Eliminated more boolflag redundancies and boolflags can now accept number values from Lua 2015-11-27 19:06:57 +01:00
Andrettin
4b73710366 More boolflag code improvements 2015-11-27 17:56:25 +01:00
Andrettin
3d9d465874 Some new assets for PathFinderInput::SetGoal 2015-11-27 16:10:57 +01:00
Andrettin
2986a14e33 A unit type's (food) demand and supply can now change with upgrades 2015-11-27 15:28:45 +01:00
Andrettin
fe65af5acf Merged code for IsNotSelectable boolflag and value 2015-11-26 23:31:55 +01:00
Andrettin
0945f0f7fe Replaced SelectableByRectangle references to ones for the corresponding boolflag 2015-11-26 18:28:51 +01:00
Andrettin
e1959d7e09 Replaced code referring to the BuilderOutside, Harvester and CanHarvest values with their respective boolflags 2015-11-26 17:42:23 +01:00
Andrettin
87e84666d3 Removed superfluous "ShoreBuilding" unit type value (there's no need to have both that value and a BoolFlag for it) 2015-11-26 16:23:15 +01:00
Andrettin
6ad3e9bc93 Updated link given by crash dump error message to this repository 2015-11-26 15:30:31 +01:00
Andrettin
2024c7b052 Changed some variables to their respective boolflags 2015-11-26 15:25:31 +01:00
Andrettin
5c23e796be Fix to previous commit 2015-11-26 13:29:35 +01:00
Andrettin
bf841969a7 Units can now (optionally) have a RangedAttack animation specified 2015-11-26 13:04:35 +01:00
Tim Felgentreff
79d93b7500 use TITLE_PNG for both unix and win32 2015-11-25 16:47:30 +01:00
Andrettin
27c2433851 The editor now saves whether a unit's AI is active 2015-11-24 23:21:27 +01:00