Enno Rehling
39ce1bd0dd
Unicode WIP, does not compile.
...
- xmlStr functions have bad signatures, replacing them with defines in config.h
- more removal of buf[] usage
2007-06-27 00:08:46 +00:00
Enno Rehling
ea07884657
Unicode WIP, does not compile.
...
- monsters use create_order instead of parse_order because that means less use of sprintf and buf[].
- rename drachen_name to dragon_name.
2007-06-26 21:50:07 +00:00
Enno Rehling
260d518fa1
WIP, does not compile: Unicode (UTF8) conversion of absolutely everything. Mi'kmaq hieroglyphic writing FTW!
2007-06-26 09:32:28 +00:00
Enno Rehling
fd7ddc2e2a
old copy/paste bug
2007-06-26 01:42:43 +00:00
Enno Rehling
25cd0e4b66
added an option to have certain races supply a description without a need to
...
set u->display everywhere. This was costing 24 MB of memory just for the
braineaters alone, a terrible waste.
2007-06-25 01:50:34 +00:00
Enno Rehling
32a3c0103f
The synonym attribute was not in use, and relied on the old race_t type to
...
idntify races. It is better to use racename-attributes for this, I think.
2007-06-24 14:04:42 +00:00
Enno Rehling
1729f137de
charset-angabe im CR (always IDO-8859-1 right now)
2007-06-24 12:51:16 +00:00
Enno Rehling
a5b7b13a6d
Cleanup: Removing parser-code from kernel/eressea.[hc] and putting it into
...
separate parser files in util/
2007-06-21 22:31:28 +00:00
Enno Rehling
1a2c3942f1
Moving all item definitions to XML where they belong.
2007-06-20 18:15:29 +00:00
Enno Rehling
96a2b1c779
Include cleanup.
2007-06-20 00:34:02 +00:00
Enno Rehling
29cfece1f3
http://eressea.upb.de/mantis/view.php?id=1195
...
"Welche Sprache spricht mein Gegenüber"
Info für andere Parteien jetzt auch im CR.
2007-06-07 20:41:13 +00:00
Enno Rehling
9f86a467b7
compile fixes
2007-05-30 01:23:21 +00:00
Enno Rehling
7233af54b4
Simple allow/deny style restrictions for archetypes (let only humans recruit gamedesigners, etc).
...
These need to be more powerful to be useful, and the current way they are implemented is not, but the general idea strikes me as good.
Also, feedback should be configurable for each failed rule.
2007-05-30 01:21:09 +00:00
Enno Rehling
0ebf9e3187
RTS/Archetypes (WIP):
...
- message and locale-fixes
2007-05-28 21:10:59 +00:00
Enno Rehling
5ca0e5cd8a
simplified sue of localized parameter-strings in messages
2007-05-28 20:04:42 +00:00
Enno Rehling
54446e0a1e
RTS/Archetypes (WIP):
...
- tested and fixed archetype-recruiting
2007-05-28 19:45:08 +00:00
Enno Rehling
2651973059
RTS/Archetypes (WIP):
...
- equipment for new factions
- game gets a calendar
2007-05-28 17:52:24 +00:00
Enno Rehling
0711b51cfe
min/max confusion. again.
2007-05-28 17:32:15 +00:00
Enno Rehling
c1ba34a268
archetype-recruiting can be limited by building-size
2007-05-28 17:31:40 +00:00
Enno Rehling
b27da8c056
Archetypes (WIP): "RECRUIT 15 knight"
...
creates XML-configurable pre-skilled units for game variants with faster reinforcements.
Speeding up locale-string lookup a little bit, and making it more unified for different classes of strings (so new ones are easily added).
2007-05-28 16:03:48 +00:00
Enno Rehling
27110e7e26
http://eressea.upb.de/mantis/view.php?id=1191
...
- trying another peasant migration algorithm
also:
- battle log optional (debug = 0 in the .ini file)
2007-05-27 21:20:06 +00:00
Enno Rehling
1ca7075c09
NEW_MIGRATION define is obsolete
2007-05-27 20:13:47 +00:00
Enno Rehling
dfc89b163d
http://eressea.upb.de/mantis/view.php?id=1189
...
"Kein Anpflanzen von Kräutern"
Bessere Fehlermeldungen fuer PFLANZE/ZUECHTE, und beide Funktionen zu einer zusammengefuehrt.
2007-05-22 17:09:23 +00:00
Enno Rehling
74de05a4d3
http://eressea.upb.de/mantis/view.php?id=1178
...
"Boot und Kueste"
localization of ", " returns "and"? weird.
2007-04-27 11:31:02 +00:00
Enno Rehling
668809b9c2
Beautification: New English texts, some NR fixes.
2007-04-22 12:45:54 +00:00
Enno Rehling
af0a7b225a
curse-flags funktionieren jetzt anders, und koennen per curse-type gesetzt werden so dass der spell es nicht tun muss, aber dann vom spell ueberschrieben werden (passiert per XOR).
2007-04-21 23:04:24 +00:00
Enno Rehling
8d804fecdb
unintentional comma operator
2007-04-19 15:14:52 +00:00
Enno Rehling
cb65679573
zuviel entfernt
2007-04-15 10:42:26 +00:00
Enno Rehling
f227f1a7b1
Deutsche Rechtschreibung: Pluralbildung von Abkuerzungen gibt es nicht.
2007-04-15 10:38:34 +00:00
Enno Rehling
72d0596bec
strcmp() bugfixes
2007-04-15 08:01:12 +00:00
Enno Rehling
6283910959
- Fehlermeldungen ueber fehlende item-infos und Rasseninfos entfernt
...
- Falsche Rasseninfos (Attacken) aus strings.xml entfernt
2007-04-08 08:24:09 +00:00
Enno Rehling
d57e6724d1
http://eressea.upb.de/mantis/view.php?id=1170
...
Translating the familiar-description and moving some part to documentation.
2007-04-08 07:43:39 +00:00
Enno Rehling
c95342a88b
cleaning up in the magic code a little, and making the actual casting a separate function for easier debugging.
2007-03-25 18:37:28 +00:00
Enno Rehling
64fa29f9df
http://eressea.upb.de/mantis/view.php?id=1162
...
"BENENNE und BESCHREIBE bei TEMP-Einheiten funktioniert nicht"
Die neue generalisierte Logik hat zugeschlagen :-(
Ausserdem wieder eine Reihe englischer Uebersetzungen.
Issue: 1162
2007-03-25 09:52:23 +00:00
Enno Rehling
c722a382a2
Generalisierung der Tests fuer lange Befehle, (Insekten, Meermenschen auf See usw.) damit ich die nicht ueberall vergesse.
2007-03-25 00:04:40 +00:00
Enno Rehling
eb1d2373e8
http://eressea.upb.de/mantis/view.php?id=1157
...
"Menschen reparieren Schiffe auf See"
lange befehle sind auf see nicht erlaubt.
2007-03-24 23:06:55 +00:00
Enno Rehling
4ea302940f
http://eressea.upb.de/mantis/view.php?id=1151
...
"Einheit konnte sich nach Kampf nicht bewegen"
Die KAEMPFE FLIEHE logik hat drauf vertraut, das movement nur nach UFL_NOTMOVING schaut, nicht nach LONGACTION. dafuer muss aber eine Menge getan werden, das nicht wurde. Jetzt aber...
2007-03-11 22:18:58 +00:00
Enno Rehling
e9feec08ba
Routine fuer "Teure Fremde" hat auch Untote korrigiert.
2007-03-11 20:52:09 +00:00
Enno Rehling
349f6f9828
http://eressea.upb.de/mantis/view.php?id=1146
...
"Astraler Ruf findet Einheiten nicht"
Kosmetischer Fix.
Ausserdem:
- Schiffsbeschleunigung auf Englisch
- less verbose on the monster spawns
2007-03-11 14:03:41 +00:00
Enno Rehling
41a9ffb7b3
compile fixes, report fixes
2007-03-09 23:38:13 +00:00
Enno Rehling
1030e44c07
- All the cinfo_* functions will now return a message * object, which is nicer than using buf[].
...
- Some English translation.
2007-03-09 21:30:00 +00:00
Enno Rehling
da224f6670
Cleanup in cinfo_ code, although I would prefer that it doesn't write into buf but returns a message *. sometime later.
2007-03-07 22:38:04 +00:00
Enno Rehling
68e2ec932f
http://eressea.upb.de/mantis/view.php?id=1149
...
"Ozean wird im CR zum Regionstyp Mahlstrom, verliert im CR aber seinen Namen"
Maelstrom wird jetzt programmatisch in terrain_name gemacht (auch wenn es besser in terrain::name() sein sollte).
2007-03-04 22:27:32 +00:00
Enno Rehling
07ecc3e517
calling getplane() and rplane() is a real waste of cycles (and happens enough to shortcut it)
2007-03-01 21:51:35 +00:00
Enno Rehling
546d3a2e1d
sleep/retry when errno during report writing, small fix
2007-02-25 11:52:56 +00:00
Enno Rehling
9762287e2e
Adressen ausgeben, ncith Todesmeldung
2007-02-25 08:58:01 +00:00
Enno Rehling
61a479ad3f
More English translations for spells and other parts of the code (addmessage replacements FTW)
2007-02-23 21:18:35 +00:00
Enno Rehling
3567e3f783
http://eressea.upb.de/mantis/view.php?id=1141
...
"Partei fehlt im Report"
Behandlung von Turmregionen. Hoffentlich richtig.
2007-02-21 19:59:27 +00:00
Enno Rehling
bbe226e22e
http://eressea.upb.de/mantis/view.php?id=1130
...
"Schattendämonen/-meister"
Es gibt ein neues Rassen-flag, dass das betreten von Schiffen fuer eine Rasse unterbindet. Wird eingesetzt fuer SD/SM.
2007-02-17 12:51:40 +00:00
Enno Rehling
96302d39b4
http://eressea.upb.de/mantis/view.php?id=1130
...
"Schattendämonen/-meister"
Es gibt ein neues Rassen-flag, dass das bestehelen fuer eine Rasse unterbindet. Wird eingesetzt fuer SD/SM.
Ausserdem: Eine Menge falsch gesetzter XML-tags repariert
2007-02-17 12:34:07 +00:00