45629 Commits

Author SHA1 Message Date
Lukasz Dobrogowski
acbc4f3d1a Added information about --new-syntax to manpage 2011-05-29 10:17:20 +00:00
Mark de Wever
d72e1cb85f Remove unneeded includes found by deheader. 2011-05-28 19:00:46 +00:00
Mark de Wever
c625c88a0d Remove unneeded includes found by deheader. 2011-05-28 19:00:43 +00:00
Mark de Wever
fbc04f0fd0 Remove unneeded includes found by deheader. 2011-05-28 19:00:39 +00:00
Mark de Wever
c4df0c13e0 Remove unneeded includes found by deheader. 2011-05-28 19:00:35 +00:00
Mark de Wever
37d740566f Rename an include guard.
The old name used an implementation defined name.
2011-05-28 19:00:30 +00:00
Mark de Wever
844ab5b355 Pre instead of post increment a variable.
Issue found by cppcheck.
2011-05-28 19:00:26 +00:00
Mark de Wever
7cb8195faf Pass parameter by const ref instead of const value.
Issue found by cppcheck.
2011-05-28 19:00:21 +00:00
Mark de Wever
07c4c9d2ca Pass parameter by const ref instead of const value.
Issue found by cppcheck.
2011-05-28 19:00:15 +00:00
Anonymissimus
081c34b595 changed debug information format for liblua...
...from /ZI to /Zi in an attempt to mute more warnings
2011-05-28 12:18:15 +00:00
Anonymissimus
0035950288 guarded font::decode_pixel by #ifndef _Win32...
...to remove a warning on windows
2011-05-28 12:18:12 +00:00
Anonymissimus
c2336806ec removed unused function tod_manager::get_time_of_day_of_next_turn
@Crab: once you need this function just revert the commit;
however, the < in the comparison at the start should be > imo
2011-05-28 12:18:09 +00:00
Anonymissimus
c571778a4d reinserted missing headers for compilation on windows
(did expect more than these two :P)
2011-05-28 12:18:06 +00:00
Anonymissimus
bc1d9b2e6b MSVC projectfile update 2011-05-28 12:18:03 +00:00
Anonymissimus
03e81a5037 codeblocks projectfile update 2011-05-28 12:18:00 +00:00
Anonymissimus
4506a9e05f fixed no newlines at end of files 2011-05-28 12:17:51 +00:00
Richard Kettering
00ef3a671f Added several attack icons by blarumyrran. 2011-05-28 10:27:43 +00:00
Richard Kettering
432e834411 Several new item icons from blarumyrran. 2011-05-28 09:43:05 +00:00
Lukasz Dobrogowski
8dd7859db0 Fixed remaining places where game. was replaced for game-> unnecessarily. 2011-05-28 07:41:47 +00:00
Mark de Wever
2e078866aa Fix a missing virtual destructor warning. 2011-05-28 07:27:31 +00:00
Steven Panek
1ca061b0be Undid 2011-05-27T22:44:43Z!lukasz.dobrogowski@gmail.com's effect on the --help output. 2011-05-27 22:57:00 +00:00
Lukasz Dobrogowski
670f4e940a Created pure virtual game_controller_abstract class,
...which is game_controller's parent
2011-05-27 22:44:45 +00:00
Lukasz Dobrogowski
7068d65385 switched game.cpp to use smart pointers when pointing at game_controller 2011-05-27 22:44:43 +00:00
Lukasz Dobrogowski
dd11fae451 clarified MIN_SAVEGAME_VERSION comment a bit, fixes #18167 2011-05-27 22:04:15 +00:00
Lukasz Dobrogowski
a67458dc4e typo fix in comment 2011-05-27 22:04:13 +00:00
Lukasz Dobrogowski
2478d57542 Commented out presumely redundant includes in game.cpp 2011-05-27 22:04:10 +00:00
Lukasz Dobrogowski
dd33059120 Isolated game_controller class from game.cpp 2011-05-27 22:04:08 +00:00
Lukasz Dobrogowski
9fda56ab2b started move of game_controller to separate file,
...removed anonymous namespaces in game.cpp
2011-05-27 22:04:06 +00:00
Steven Panek
053d5e374e Completed the removal of Liminal. 2011-05-27 21:13:46 +00:00
Timotei Dolean
e714634880 eclipse plugin: Implement the add/remove/set as default for installs 2011-05-27 19:58:06 +00:00
Timotei Dolean
c7b04b81ef eclipse plugin: move the 'Projects Explorer' view ID to the relevant class 2011-05-27 19:57:55 +00:00
Timotei Dolean
3d1bef90f8 eclipse plugin: save the state if we have what to save 2011-05-27 19:57:45 +00:00
Fabian Müller
721984bc65 Removed the liminal alignment support from the engine.
Changelog and Wiki need attention.
2011-05-27 16:44:43 +00:00
Anonymissimus
bb816e6724 remove duplicate changelog entry 2011-05-27 15:15:39 +00:00
Fabian Müller
386ffae069 Added recall filter to each unit.
Adjustments to the unit specific recruit list.
2011-05-27 03:36:26 +00:00
Steven Panek
1d7ff2b38d Updated the Old English translation. 2011-05-27 00:26:48 +00:00
J.W. Bjerk
4035acbfe0 Modified Deep water tiles contrast...
...to more strongly differentiate them from shallow water.
2011-05-26 20:14:47 +00:00
Gerfried Fuchs
fd5045ea01 fix warnings 2011-05-26 15:57:54 +00:00
Gerfried Fuchs
dc176586dc Add -q option to svn calls so we can drop >/dev/null 2>&1 from cronjob 2011-05-26 12:08:39 +00:00
Richard Kettering
46647610c4 New villages icon. 2011-05-26 05:27:54 +00:00
Anonymissimus
72a618189d removed some files deleted a while ago from the projectfile 2011-05-25 22:55:13 +00:00
Steven Panek
587e93ab14 Updated the Old English translation. 2011-05-25 22:06:56 +00:00
Eric S. Raymond
1e9a62a3be Eliminate Earth names. 2011-05-25 21:50:56 +00:00
Eric S. Raymond
7d259981c4 Add a translator's note. 2011-05-25 21:05:53 +00:00
Steven Panek
fe649bf239 Updated the Old English translation. 2011-05-24 21:59:46 +00:00
Anonymissimus
88aa3dbc35 improved questionable way of processing turn_at= attribute...
...using silene's config::to_int()

Literal numbers work, variables don't and attempting to support it at
that place is probably a bad idea from the engine point of view and
led to the crash. See e.g. bug #7236, apparently it did never work
well.  wml authors can use modify_turns in prestart for the same
effect (with variable support).

TBH I don't understand why the previous way crashed and this one not.
Converting game_state* into string_map* seems strange enough however.
(fix for bug #11307)
2011-05-24 13:48:48 +00:00
Anonymissimus
9cf471feac changed int playcontroller::previous_turn_ into a bool
since that's the actual information it carries
(fix for part 2) of bug #16534)
2011-05-24 13:48:31 +00:00
Anonymissimus
fd0a50421d fixed part 5) of bug #16534
(and another mistake in a previous revision of mine)
2011-05-24 13:48:14 +00:00
Anonymissimus
9dad797217 fixed turn end and turn x end events fired with $turn_number...
...from next turn in replays
2011-05-24 13:47:57 +00:00
Anonymissimus
829664a49f fixed compiler warnings about no newline at end of file 2011-05-24 13:47:41 +00:00