Enno Rehling
e26700c8b1
http://eressea.upb.de/mantis/view.php?id=1437
...
"Zeilenumbruch im Einheitennamen"
- prevented line breaks in unit names
http://eressea.upb.de/mantis/view.php?id=1436
"lc_age throws an exception"
- fixed adding tostring() in script.
- not calling std::terminate
also:
- added AT_AGE_* macros to be returned from attrib-age functions
2008-06-03 07:28:32 +00:00
Enno Rehling
7cb18e90ea
http://eressea.upb.de/mantis/view.php?id=1408
...
"Zauberpatzer - Effektmeldung"
- fixed positive message should be negative
- fixed ct_find
- fixed a few places not checking u->number or u->region
- speeding up pool when units have no items.
2008-05-27 22:03:57 +00:00
Enno Rehling
32097e56cb
remove_unit is a dangerous thing.
2008-05-24 17:15:52 +00:00
Enno Rehling
186a575c7c
http://eressea.upb.de/mantis/view.php?id=1432
...
"Der strict-aliasing fix zerstoert Referenzen"
- mostly rewrote the whole delayed resolution code.
http://eressea.upb.de/mantis/view.php?id=1431
"buildings and ships are leaking memory"
- made a mistake deleting damaged ships.
also:
- WORMHOLE_MODULE is now a config option
2008-05-24 00:20:00 +00:00
Enno Rehling
f0c56346d9
http://eressea.upb.de/mantis/view.php?id=1431
...
"buildings and ships are leaking memory"
- remove_building and remove_ship work like their region/unit counterparts
2008-05-23 09:25:41 +00:00
Enno Rehling
644d0d9a4a
implementing free_gamedata():
...
- fixed freeing of borders
- fixed freeing of global.attribs
- more static-variable reinitialization
- reseting the RNG
removed border.attribs:
- new savegame-version
2008-05-22 14:40:21 +00:00
Enno Rehling
5d4c66762b
test for FORBIDDEN_REGION moved out of standard-to-astral function, becasue that annoys the editor.
2008-05-20 15:15:02 +00:00
Enno Rehling
66d7cc0fdf
http://eressea.upb.de/mantis/view.php?id=1412
...
"keine zauberwirkung trotz korrektem befehl "
- added a message when number of ships cursed < wanted
2008-05-20 10:03:23 +00:00
Enno Rehling
8452dc365e
- removing planes
...
- removing units and regions more cleanly
- dying units won't give items to undead or others who don't want/won't return them
- removed old "nogive" attribute for races.
2008-05-18 13:46:18 +00:00
Enno Rehling
599fa82a27
http://eressea.upb.de/mantis/view.php?id=1411
...
"Server does not compile with -fstrict-aliasing"
- fixed all the aliasing-issues that gcc reported.
2008-05-17 15:21:17 +00:00
Enno Rehling
2b913dc9e1
http://eressea.upb.de/mantis/view.php?id=1392
...
"Störe Astrale Integrität ohne Stufenwirkung"
- made spell work with level
2008-05-16 23:48:50 +00:00
Enno Rehling
d0022db79a
Data format change reflects that id 0 is now illegal (so we use that instead of -1)
2008-05-16 22:37:13 +00:00
Enno Rehling
1b93b094e4
- make monster-equipment configurable
...
- rename some SK_ constants to match their name
2008-05-16 17:17:10 +00:00
Enno Rehling
4afcf145f5
- remove the "confusion" spells because they do not work.
2008-05-13 20:22:31 +00:00
Enno Rehling
474431fb0d
- prevent enslaved units from FORGET
...
- prevent promotion of foreign races
- prevent charming of units with limited skills
also:
- rename teure_talente to has_limited_skills
- move frame_regions to autoseed.c
- some output for korrektur.c
2008-05-13 16:47:54 +00:00
Enno Rehling
dcf3292467
defining NPC-factions with a flag instead of MONSTER_FACTION.
2008-05-11 22:51:34 +00:00
Enno Rehling
2df1fbf0e9
fixed some errors from eressea.log
2008-05-04 07:49:48 +00:00
Enno Rehling
d7be4a21c2
- started MONSTER_FACTION->is_monsters()
...
http://eressea.upb.de/mantis/view.php?id=1418
- fixed toads
2008-05-04 05:57:34 +00:00
Enno Rehling
256d0b1d4b
fixing strdup(NULL) call
2008-04-26 23:04:37 +00:00
Enno Rehling
bc5fa11611
- made a storage class that wraps disk i/o for data files
...
- recreated old behaviour in text_storage class
- built binary_storage class: saves 60% of load time, adds 20% to file size.
next: gzip & others?
2008-04-26 14:55:22 +00:00
Enno Rehling
36812c1168
making a warning go away. clarifying the need to remove the _MODULE defines and how to.
2008-04-20 15:18:43 +00:00
Enno Rehling
b63200adf9
Eressea can now be compiled and debugged with Eclipse CDT
...
Several changes to config.h mean that I probably broke compilation on some platforms. That really needs cleaning up.
2008-04-20 14:48:15 +00:00
Enno Rehling
6f9f857a83
http://eressea.upb.de/mantis/view.php?id=1201
...
- parsing fucked up quotes when finding escaped chars.
- also, removed a warning
2008-04-18 23:12:23 +00:00
Enno Rehling
536b177387
http://eressea.upb.de/mantis/view.php?id=1393
...
- make mindblast less crazy
2008-03-29 22:06:20 +00:00
Enno Rehling
3e475d63ad
SIMPLE_ESCAPE and SIMPLE_COMBAT no longer needed.
2008-03-29 09:15:14 +00:00
Enno Rehling
3fbf8ffbfc
resizing a buffer that was way too small
2008-03-10 12:18:21 +00:00
Enno Rehling
bb1059eaa1
http://eressea.upb.de/mantis/view.php?id=1364
...
"Wechsel von Astralraum in den Realraum möglich, obwohl Der Kontakt zur Realistät verhindert ist."
- was checking the wrong region.
2008-03-05 21:27:55 +00:00
Enno Rehling
91ece491e5
http://eressea.upb.de/mantis/view.php?id=1344
...
"Kampfallianzen fehlerhaft"
New units must not be added to a group in another faction, ever.
2008-03-05 19:30:52 +00:00
Enno Rehling
a94a80aa8f
http://eressea.upb.de/mantis/view.php?id=1254
...
"Zauber kostet keine Aura"
2008-03-05 16:17:51 +00:00
Enno Rehling
e37b55699c
http://eressea.upb.de/mantis/view.php?id=1250
...
- added missing feedback for spell
2008-02-07 20:56:22 +00:00
Enno Rehling
7dc301596e
http://eressea.upb.de/mantis/view.php?id=1352
...
- mo message for failed astral transport
2008-02-04 21:15:03 +00:00
Enno Rehling
4abaa699c4
http://eressea.upb.de/mantis/view.php?id=1341
...
"Draigzauber Mächte des Todes ruft Skelette mit Talent Magie"
2008-01-07 20:17:36 +00:00
Enno Rehling
09683fd891
http://eressea.upb.de/mantis/view.php?id=1334
...
"road anstatt straße im cr"
fixed again, differently
2007-12-18 22:58:58 +00:00
Enno Rehling
e780097a3b
http://eressea.upb.de/mantis/view.php?id=1334
...
"road anstatt straße im cr"
2007-12-18 19:58:17 +00:00
Enno Rehling
8bdfd086f9
http://eressea.upb.de/mantis/view.php?id=1312
...
"Ereignistext bei Beschwörung von Schattendämonen falsch"
2007-12-17 21:51:43 +00:00
Enno Rehling
0ff520f708
cinfo_simple warning
2007-12-17 18:32:26 +00:00
Enno Rehling
e96e73a995
UTF-8 orders
...
http://eressea.upb.de/mantis/view.php?id=1315
BOTSCHAFT funktioniert nicht
http://eressea.upb.de/mantis/view.php?id=1314
Schiffsbeschleunigung mit Sturmelementar schlägt fehl
umlauts in summary
2007-12-10 09:23:59 +00:00
Enno Rehling
42356cd919
http://eressea.upb.de/mantis/view.php?id=1314
2007-12-09 16:30:45 +00:00
Enno Rehling
81de21fcb8
Cache Optimizations:
...
- do prepare_reports simultaneously
- make battle-sides more cache-local
- avoid dereferencing bfaction for the faction
- avoid dereferencing side for the index
2007-10-27 15:09:36 +00:00
Enno Rehling
ba9e081fdf
http://eressea.upb.de/mantis/view.php?id=1276
...
"Stufe 1 Feuerwand erscheint nicht"
Increased duration by 1 week
2007-10-25 21:42:09 +00:00
Enno Rehling
7531de4645
http://eressea.upb.de/mantis/view.php?id=1285
...
""rundenweise" Kampfzauber und Postkampfzauber werden zu Beginn des Kampfes ausgeführt/angezeigt"
- order of uncategorized messages should be linear.
- cleaning and speeding some code.
2007-10-14 19:55:06 +00:00
Enno Rehling
8421cf23c1
http://eressea.upb.de/mantis/view.php?id=1303
...
"(gezauberte) Skelette können nie bewachen"
- removed an old hack (CANGUARD flag)
- gave summoned undead some base skills.
2007-10-12 19:31:28 +00:00
Enno Rehling
b1a6ee27cb
http://eressea.upb.de/mantis/view.php?id=1240
...
"Zaubermeldungen auf falscher Ebene"
Fixed region that "astral_disappear" messages are sent to.
2007-10-07 10:56:55 +00:00
Enno Rehling
f1e82cc6ff
summonundead spell will once again tell you where they got summoned
2007-09-15 13:08:16 +00:00
Enno Rehling
8e91392ed7
some spell syntax definitions fixed
2007-09-10 09:39:23 +00:00
Enno Rehling
7de422f976
i18n of spell-syntax (removing fixed syntax text and replacing with a localizable function)
2007-09-10 06:51:11 +00:00
Enno Rehling
52f8000792
some more umlaut-elimination
2007-09-02 20:32:20 +00:00
Enno Rehling
79dc9acf5f
- fixing race prefixes
...
- fixing some latin1 loading
- improved the spell-syntax writer
- replaced my email address
2007-09-02 18:11:17 +00:00
Enno Rehling
af36f06b15
i18n progress: moved all curseinfo messages to XML file, removed info_str
2007-09-02 15:42:48 +00:00
Enno Rehling
ebec08fa01
Some more English localization.
2007-09-02 08:56:07 +00:00