empserver/src/lib/update
Markus Armbruster 5f46ced826 Use int instead of long for money
Code dealing with money mixes int and long pretty haphazardly.
Harmless, because practical amounts of money fit into int on any
machine capable of running the server.  Clean up anyway.
2013-05-08 06:57:54 +02:00
..
age.c Move declarations for chance.c to new chance.h 2013-05-08 06:55:20 +02:00
anno.c Abridge a few overly verbose declarations 2013-05-08 06:55:21 +02:00
bp.c Update copyright notice 2013-01-12 17:45:01 +01:00
deliver.c Update copyright notice 2013-01-12 17:45:01 +01:00
distribute.c Update copyright notice 2013-01-12 17:45:01 +01:00
finish.c Update copyright notice 2013-01-12 17:45:01 +01:00
human.c Replace "roll0(N) + M" by "roll(N) + M-1" 2013-05-08 06:55:20 +02:00
land.c Move declarations for chance.c to new chance.h 2013-05-08 06:55:20 +02:00
main.c Use int instead of long for money 2013-05-08 06:57:54 +02:00
material.c Move declarations for chance.c to new chance.h 2013-05-08 06:55:20 +02:00
mobility.c Update copyright notice 2013-01-12 17:45:01 +01:00
move_sat.c Update copyright notice 2013-01-12 17:45:01 +01:00
nat.c Use int instead of long for money 2013-05-08 06:57:54 +02:00
nav_ship.c Update copyright notice 2013-01-12 17:45:01 +01:00
nav_util.c Update copyright notice 2013-01-12 17:45:01 +01:00
nxtitemp.c Update copyright notice 2013-01-12 17:45:01 +01:00
plague.c Encapsulate direct use of random(), srandom() in chance.c 2013-05-08 06:55:20 +02:00
plane.c Move declarations for chance.c to new chance.h 2013-05-08 06:55:20 +02:00
populace.c Replace "roll0(N) + M" by "roll(N) + M-1" 2013-05-08 06:55:20 +02:00
prepare.c Use int instead of long to count people 2013-05-08 06:57:54 +02:00
produce.c Move declarations for chance.c to new chance.h 2013-05-08 06:55:20 +02:00
removewants.c Update copyright notice 2013-01-12 17:45:01 +01:00
revolt.c Replace "roll0(N) + M" by "roll(N) + M-1" 2013-05-08 06:55:20 +02:00
sail.c Update copyright notice 2013-01-12 17:45:01 +01:00
sect.c Use int instead of long for money 2013-05-08 06:57:54 +02:00
ship.c Move declarations for chance.c to new chance.h 2013-05-08 06:55:20 +02:00