peter1138 [Wed, 28 May 2008 17:29:27 +0000] rev 9403
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
peter1138 [Wed, 28 May 2008 17:08:45 +0000] rev 9402
(svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui...
skidd13 [Wed, 28 May 2008 16:50:05 +0000] rev 9401
(svn r13312) -Update: apply english.txt changes from r13311 to other languages
skidd13 [Wed, 28 May 2008 16:45:00 +0000] rev 9400
(svn r13311) -Codechange: Use GUIList for the industry directory window
-Codechange: Replaced the four sort buttons by a dropdown
-Codechange: Reduced the default window size
smatz [Wed, 28 May 2008 15:28:27 +0000] rev 9399
(svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard)
rubidium [Wed, 28 May 2008 14:36:06 +0000] rev 9398
(svn r13309) -Fix: the difficulty settings from the savegame would be reset by the ones of the intro game.
peter1138 [Wed, 28 May 2008 11:56:44 +0000] rev 9397
(svn r13308) -Fix (r13307): projects/generate...
peter1138 [Wed, 28 May 2008 11:56:21 +0000] rev 9396
(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
peter1138 [Wed, 28 May 2008 10:29:48 +0000] rev 9395
(svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a copy of it.
peter1138 [Wed, 28 May 2008 06:30:55 +0000] rev 9394
(svn r13305) -Fix (r13039): Confirmation window sent both yes and no answers instead of just yes.