Enno Rehling
13e7e640fb
Fixing the tunnels: some target regions were chaotic
2008-06-16 17:44:20 +00:00
Enno Rehling
328bf5a623
Fixing the tunnels and cleaning up a bit.
2008-06-16 17:29:53 +00:00
Enno Rehling
f64271cb9d
Fixes based on feedback from darcduck
2008-06-10 20:12:24 +00:00
Enno Rehling
22d63cc8cf
fixing adamant seeding
2008-06-08 22:13:10 +00:00
Enno Rehling
a3b795b2cf
seeding adamantium
2008-06-08 20:43:01 +00:00
Enno Rehling
2e09d16588
more xmlreport features
2008-06-08 00:02:24 +00:00
Enno Rehling
32aa6a46ce
xmlreport:
...
- ships are done
- units are getting close
2008-06-07 12:22:01 +00:00
Enno Rehling
6e5d930778
xmlreport:
...
- coordinates
- terrain names
2008-06-06 23:35:37 +00:00
Enno Rehling
277141c45d
2008-06-06 21:49:29 +00:00
Enno Rehling
3b9d951556
asgard rules:
...
- creating xml definitions
- creating separate lua files
- added option to make work automatic
2008-06-04 23:12:05 +00:00
Enno Rehling
a5d17f6c24
http://bugs.eressea.de/view.php?id=1438
...
"FOLGEnde Einheiten reiten, können aber nicht folgen"
- fixed a bug in reporting travelthru that was caused by that fix
Issue: 1438
2008-06-04 16:18:53 +00:00
Enno Rehling
d75ae59e96
internal rename diamond->adamantium before it's too late.
2008-06-03 10:58:06 +00:00
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
689dedae6d
- equipment for new factions defined in xml, not lua.
...
- added possibility to give equipment to factions, not only the first unit
- 4 adamantine for new factions
- removed obsolete SHORTPWDS define
2008-06-02 09:16:58 +00:00
Enno Rehling
3a1550c3f6
must return a value
2008-05-30 21:33:19 +00:00
Enno Rehling
153766ab70
some debug output while this is new
2008-05-30 21:09:19 +00:00
Enno Rehling
8656b2323b
implementation of adamant and tunnels
2008-05-30 21:01:25 +00:00
Enno Rehling
ae68d8fd79
Adamant + Rüstung
2008-05-30 15:28:20 +00:00
Enno Rehling
f54037295a
compat fixes for old datafiles (turn 287)
2008-05-27 09:21:56 +00:00
Enno Rehling
18485ee6f1
not writing aliases for monsters should make things go faster
2008-05-25 09:34:57 +00:00
Enno Rehling
4988d0f425
fixing killunit (triggering dead units)
2008-05-24 17:34:55 +00:00
Enno Rehling
fec171d75f
- vset, vmap and graph are obsolete
...
- LASTORDER define is dead
2008-05-24 16:15:31 +00:00
Enno Rehling
4793d0fd34
more tests
2008-05-24 13:38:18 +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
739dd98755
using hse data.
2008-05-23 09:52:43 +00:00
Enno Rehling
43d73a6b45
- free_gamedata() is perfect.
...
- we can now save region uids for references, not x,y
2008-05-22 22:55:29 +00:00
Enno Rehling
88ce120991
it is not a good idea to use the turn to check whether the gamedata has changed. we use a cookie instead that is different each time we load.
2008-05-22 21:44:23 +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
dcf7166973
local fixes
2008-05-18 14:38:12 +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
478ee8d153
Lua: faction:renumber_faction(no)
...
gmtool: save as binary
2008-05-11 22:20:03 +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
3a5873a0f6
Kompatibilitaets-Fix negative ids.
2008-04-27 11:58:14 +00:00
Enno Rehling
c05aad1b14
- binary storage uses packed int
...
- creport: disabled writing of r->uid
- creport: fixed missing quotes
2008-04-27 09:52:03 +00:00
Enno Rehling
77b292e05a
compilation fixes GCC.
2008-04-26 16:46:05 +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
1dd05538ad
- added a testsuite
...
- testcase skill-parser
- findskill uses patricia
2008-04-25 14:31:38 +00:00
Enno Rehling
3fbf8ffbfc
resizing a buffer that was way too small
2008-03-10 12:18:21 +00:00
Enno Rehling
67e14ee50d
http://eressea.upb.de/mantis/view.php?id=1306
...
"Probleme mit Weihnachtsbäumen"
2007-12-17 22:02:04 +00:00
Enno Rehling
f3098d830d
- fixing a bunch of isspace() mistakes.
...
- horses are big
- assume orders come as utf8
2007-11-15 20:38:44 +00:00
Enno Rehling
c2c276e0d3
converting output to stdio for windows CP1252
2007-10-28 23:05:47 +00:00
Enno Rehling
b132ffdd2b
Unicode WIP:
...
- links on Linux (Jamfile changes)
- bugfix latin1/newfactions file
2007-08-19 20:40:42 +00:00
Enno Rehling
cae7e67fdf
Unicode WIP
...
- Bugfix region::connect structure not initialized
- set encoding from Lua
2007-08-16 06:53:00 +00:00
Enno Rehling
9c88e406fd
- .ini file ssettings for CRT debugging
...
- quick alloc-optimization for resolve.c
2007-08-15 06:27:40 +00:00
Enno Rehling
dbfb50625e
Unicode WIP:
...
- bugfixes ongoing
2007-08-12 13:02:24 +00:00
Enno Rehling
d4d6776b50
Unicode WIP, backward compat:
...
- latin1 reader for datafile
- latin1 reader for orders
a number of minor conversion bugs fixed, this version can now run a turn and write reports, it seems.
2007-08-12 09:51:26 +00:00
Enno Rehling
b837248601
!this commit does not compile!
...
Unicode WIP:
- removed xmlChar and returned everything to char * again, now that conversion is complete.
- added option to specify orderfile and daatafile encoding in .ini file
currently: implementing reading of latin1 datafiles for backward compatibility
2007-08-10 07:03:23 +00:00
Enno Rehling
6acb1e22c5
- fixed the summary.c
...
- implemented unicode_utf8_strcasecmp function
- fixed some xml files
- code compiles and runs on the console
TODO:
* switch from xmlChar to char again
* eliminate remaining warnings
* report.[hc] are still disabled
OPTIONAL:
* handle latin1 input?
2007-08-09 06:42:37 +00:00
Enno Rehling
940d236edc
- filereader.c rewritten since the initial implementation is in the moving van.
...
- moved some summary functionality (emails, aliases) to Lua code
- made default.lua an include for all the different run-scripts
report.c is the last file that needs some work, everything else should be fine. Most importantly, all the messages are not internationalized, so that means just about no more German in the code. Yay!
2007-08-08 07:43:24 +00:00
Enno Rehling
1a2c3942f1
Moving all item definitions to XML where they belong.
2007-06-20 18:15:29 +00:00