miham [Mon, 25 Sep 2006 17:11:47 +0000] rev 4637
(svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
spanish - 10 fixed by eusebio (10)
miham [Sun, 24 Sep 2006 15:53:56 +0000] rev 4636
(svn r6504) WebTranslator2 update to 2006-09-24 17:53:26
czech - 1 changed by Hadez (1)
galician - 14 fixed by Condex (14)
norwegian - 49 fixed by oletk (49)
spanish - 14 fixed by eusebio (14)
bjarni [Sun, 24 Sep 2006 15:01:02 +0000] rev 4635
(svn r6503) -Codechange: added a function to tell what vehicles a depot contains
This will ensure that you can always get the same list when checking for vehicles in a depot (no need to duplicate code for each place, that needs such a list)
Since the vehicles are only looped once for each redraw, drawing speed is around twice as fast (measured to be 114%-121% faster depending on the number of vehicles in the game)
belugas [Sat, 23 Sep 2006 02:39:24 +0000] rev 4634
(svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct
bjarni [Fri, 22 Sep 2006 23:13:12 +0000] rev 4633
(svn r6497) -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string
This turned out to be due to OFB_HALT_IN_DEPOT and OFB_SERVICE_IF_NEEDED using the same bit
It appears that it doesn't matter for the code, so I adapted the string selection code to handle this
glx [Fri, 22 Sep 2006 22:15:34 +0000] rev 4632
(svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium)
glx [Fri, 22 Sep 2006 21:52:31 +0000] rev 4631
(svn r6495) -Codechange: removed direct map access in pathfind.c
miham [Thu, 21 Sep 2006 17:26:18 +0000] rev 4630
(svn r6493) WebTranslator2 update to 2006-09-21 19:25:54
czech - 19 fixed, 2 changed by Hadez (21)
miham [Thu, 21 Sep 2006 15:23:29 +0000] rev 4629
(svn r6492) WebTranslator2 update to 2006-09-21 17:23:02
czech - 39 fixed, 7 changed by Hadez (46)
slovak - 18 changed by lengyel (18)
tron [Thu, 21 Sep 2006 06:25:13 +0000] rev 4628
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer