Enno Rehling
|
08adc91534
|
gcc 4.6 is a lot more picky about unused variables, so I shall appease it.
|
2012-05-20 00:16:12 -07:00 |
|
Enno Rehling
|
0c2531f259
|
remove UFL_OWNER anywhere but in save.c
|
2012-05-18 22:34:04 -07:00 |
|
Enno Rehling
|
7789e0534e
|
implement ship-ownership transfer as a function
test the reorder_units function
|
2012-05-17 12:23:25 -07:00 |
|
Enno Rehling
|
d12fe2dbed
|
begin making shipowner use ship->owner.
fix a broken test caused by locale_string returning null.
|
2012-05-17 00:13:30 -07:00 |
|
Enno Rehling
|
ecbe770fce
|
rename _log_error to log_error and get rid of the cumbersome #define
|
2012-05-16 16:52:01 -07:00 |
|
Enno Rehling
|
14d62afb0d
|
rename _log_warn to log_warning and get rid of the cumbersome #define
|
2012-05-16 15:52:37 -07:00 |
|
Enno Rehling
|
b0959398d8
|
log library refactoring, first steps
|
2012-05-16 07:21:59 +02:00 |
|
Enno Rehling
|
53bc4eee11
|
remove viewrange, because it's not used very much (was used for one quest only)
add my crit-bit implementation. to be used soon.
|
2012-05-14 14:16:02 -07:00 |
|
Enno Rehling
|
88acf39638
|
spells that have no function in the xml file get one from an array, cleaning up and simplifying that code.
|
2012-05-09 23:22:54 -07:00 |
|
Enno Rehling
|
c4cc06a80f
|
get_regions_distance converted to quicklist
|
2011-04-25 22:30:54 -07:00 |
|
Enno Rehling
|
9802eecd79
|
code prettyfication
|
2011-04-24 16:18:01 -07:00 |
|
Enno Rehling
|
ec9e7bf833
|
new lighthouse behavior as described in http://bugs.eressea.de/view.php?id=1847
|
2011-04-24 12:19:34 -07:00 |
|
Enno Rehling
|
496aa22e65
|
fixes for -ansi -pedantic
|
2011-03-07 17:29:19 +01:00 |
|
Enno Rehling
|
9c8779b303
|
indentation rules, slightly updated
|
2011-03-07 08:24:52 +01:00 |
|
Enno Rehling
|
fb7a642d47
|
indentation rules, strictly applied
|
2011-03-07 08:02:35 +01:00 |
|
Enno Rehling
|
611fe8e2a1
|
adding a os module for os-specific functions (mkdir in this case).
|
2011-02-26 22:56:14 -08:00 |
|
Enno Rehling
|
b2d6203cec
|
1. spell_list was pretty much used everywhere in the code, and is now also a quicklist.
2. Cleaned up the bindings for quicklist to Lua.
|
2011-02-26 00:26:14 -08:00 |
|
Enno Rehling
|
14dff6cdfa
|
seen_factions is a quicklist, and the faction_list struct is a thing of the past.
|
2011-02-25 07:27:44 -08:00 |
|
Enno Rehling
|
efca8cee43
|
The list of alliance members is now also a quicklist, and the lua binding for faction_list iteration can disappear.
|
2011-02-25 07:23:02 -08:00 |
|
Enno Rehling
|
831de3dd55
|
the report's address list is now a quicklist. A bit faster perhaps, and less memory? One less reason to have the faction_list struct, at least.
|
2011-02-24 22:29:21 -08:00 |
|
Enno Rehling
|
12828f0edd
|
for planes that have no name, do not print a comma after the coordinates (this has irritated me in E3).
also: add tests for this, and add a way to assert on content in reports.
|
2010-11-05 21:21:49 -07:00 |
|
Enno Rehling
|
ed77af5261
|
http://bugs.eressea.de/view.php?id=1784
espionage should show the faction of the spied unit in the report.
|
2010-10-12 23:17:35 -07:00 |
|
Enno Rehling
|
a5e712580f
|
undo more CRLF screwups.
|
2010-08-08 01:14:01 -07:00 |
|
Enno Rehling
|
14b3ed309f
|
use external folder for all libraries (VS2010)
new repository structure
|
2010-08-07 23:05:54 -07:00 |
|
Enno Rehling
|
72505ab8f3
|
moving to a new repository layout.
step 1: shared folder.
|
2010-08-07 22:07:17 -07:00 |
|