Commit graph

57 commits

Author SHA1 Message Date
Isaac Clerencia Perez
98ddc00730 Added damage taken and inflicted and expected values, ...
...at last we will be able to know if the RNG has a specially sympathy
to Dave. :P

Basically it's patch 3187, updated to work with current CVS (I think the only
difference is the use of gettext)
2004-08-26 00:33:11 +00:00
Dave White
1172ef776f fixed bug with statistics when loading with a replay 2004-05-03 20:46:37 +00:00
John B. Messerly
634e1dc978 Added the ability to undo recall actions.
Involved changing:

* recruit_unit - location parameter is now a reference so we can
return the actual position the unit was placed at (saves O(N) search)

* all locations that call recruit_unit (but don't need the actual
position)

* turn_info::recall,::undo,::redo - added support for undoing recalls

* undo_action - added new fields for recall actions
2004-04-11 19:31:22 +00:00
Isaac Clerencia Perez
c5e39392b1 Added end of line to all files to avoid warnings when compiling ... 2004-04-05 22:14:17 +00:00
Dave White
ac76ee6d79 added basic statistics system 2004-03-22 22:20:05 +00:00
Dave White
0bc0032b08 added basic statistics module 2004-03-22 21:44:38 +00:00
Dave White
a29e9379c6 added files forgotten in last commit 2004-03-21 19:33:35 +00:00