------------------------------------------------------------------------ r15289 | translators | 2009-01-28 18:48:30 +0000 (Wed, 28 Jan 2009) | 9 lines -Update: WebTranslator2 update to 2009-01-28 18:48:19 german - 3 fixed by planetmaker (3) indonesian - 22 fixed by fanioz (22) korean - 3 changed by darkttd (1), dlunch (2) polish - 6 fixed by xaxa (6) portuguese - 140 fixed, 4 changed by nars (144) romanian - 1 changed by kkmic (1) simplified_chinese - 3 fixed by ww9980 (3) ------------------------------------------------------------------------ r15288 | Yexo | 2009-01-28 13:36:11 +0000 (Wed, 28 Jan 2009) | 1 line -Fix (r15212): Don't set the newgame setting for water borders to a random value if it's 'random' when the newgame gui is opened. ------------------------------------------------------------------------ r15287 | rubidium | 2009-01-27 21:51:06 +0000 (Tue, 27 Jan 2009) | 3 lines -Cleanup: some code style, remove erroneous comment. -Document: the fact that zlib reads uninitialised data (valgrind notices this) and that it won't be fixed in zlib and that we can't do anything about it except ignoring it. ------------------------------------------------------------------------ r15286 | frosch | 2009-01-27 19:44:36 +0000 (Tue, 27 Jan 2009) | 1 line -Fix: Refitting did not invalidate vehicle-colour-maps of road-vehicles, ships and aircraft, as well vehicle-length of road-vehicles. ------------------------------------------------------------------------ r15285 | rubidium | 2009-01-27 14:31:33 +0000 (Tue, 27 Jan 2009) | 2 lines -Fix: valgrind complaining about reading uninitialised memory when saving ------------------------------------------------------------------------ r15284 | Yexo | 2009-01-27 13:11:11 +0000 (Tue, 27 Jan 2009) | 1 line -Fix [FS#2582] (r15045): Parameters were popped from the squirrel stack twice. ------------------------------------------------------------------------ r15283 | belugas | 2009-01-27 03:50:36 +0000 (Tue, 27 Jan 2009) | 4 lines -Documentation: Apply some widget naming to the widget arrays. -Codechange : use a pointer of the same repetitive reference of a widget, rather than an index in the array. ------------------------------------------------------------------------ r15282 | glx | 2009-01-27 02:02:04 +0000 (Tue, 27 Jan 2009) | 1 line -Fix: it was possible to start more than MAX_COMPANIES companies ------------------------------------------------------------------------ r15281 | smatz | 2009-01-27 01:15:29 +0000 (Tue, 27 Jan 2009) | 1 line -Fix: company could never have auto-assigned colour 0 (dark blue) ------------------------------------------------------------------------ r15280 | peter1138 | 2009-01-26 23:41:45 +0000 (Mon, 26 Jan 2009) | 1 line -Cleanup: ancient and vastly out of date comment... ------------------------------------------------------------------------ r15279 | smatz | 2009-01-26 22:27:11 +0000 (Mon, 26 Jan 2009) | 1 line -Fix: deadlock (with wide fonts) or desync when generating manager name ------------------------------------------------------------------------ r15278 | smatz | 2009-01-26 21:09:17 +0000 (Mon, 26 Jan 2009) | 1 line -Fix [FS#2332]: test noise limit of nearest town instead of st->town ------------------------------------------------------------------------ r15277 | Yexo | 2009-01-26 20:18:50 +0000 (Mon, 26 Jan 2009) | 1 line -Fix (r15027): Building bridges in AITestMode always returned false. ------------------------------------------------------------------------ r15276 | translators | 2009-01-26 18:54:56 +0000 (Mon, 26 Jan 2009) | 12 lines -Update: WebTranslator2 update to 2009-01-26 18:54:43 catalan - 1 changed by arnaullv (1) croatian - 75 fixed by tifached (75) czech - 22 fixed, 2 changed by Hadez (24) french - 10 fixed by glx (10) german - 4 fixed by Athaba (4) greek - 10 changed by tek1979 (10) italian - 7 changed by lorenzodv (7) korean - 3 changed by darkttd (3) romanian - 7 changed by kkmic (7) simplified_chinese - 8 fixed, 33 changed by ww9980 (41) ------------------------------------------------------------------------ r15275 | rubidium | 2009-01-25 22:51:59 +0000 (Sun, 25 Jan 2009) | 2 lines -Fix: SDL adds _GNU_SOURCE to the defined macros even when the compiler doesn't provide the functions promised when that define exists... ------------------------------------------------------------------------ r15274 | smatz | 2009-01-25 22:50:00 +0000 (Sun, 25 Jan 2009) | 1 line -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags ------------------------------------------------------------------------ r15273 | rubidium | 2009-01-25 22:16:08 +0000 (Sun, 25 Jan 2009) | 2 lines -Fix: OSK of the chat did not update the caret graphics ------------------------------------------------------------------------ r15272 | peter1138 | 2009-01-25 21:55:18 +0000 (Sun, 25 Jan 2009) | 1 line -Codechange: Check that engine types of vehicles are valid and for the correct type on loading a game. This prevents a crash/assertion failure if required NewGRFs are not available. This won't make the game playable, but will let you see what NewGRFs are required. ------------------------------------------------------------------------ r15271 | peter1138 | 2009-01-25 19:27:13 +0000 (Sun, 25 Jan 2009) | 1 line -Codechange: Use offsets for drawing elrail wires & pylons instead of absolute sprite IDs. ------------------------------------------------------------------------ r15270 | glx | 2009-01-25 19:06:00 +0000 (Sun, 25 Jan 2009) | 1 line -Change [API CHANGE]: remove AIEventTest ------------------------------------------------------------------------ r15269 | glx | 2009-01-25 15:35:21 +0000 (Sun, 25 Jan 2009) | 1 line -Codechange: reduced indentation in CmdBuildRail* ------------------------------------------------------------------------ r15268 | frosch | 2009-01-25 13:20:13 +0000 (Sun, 25 Jan 2009) | 1 line -Fix: AIEventVehicleLost triggered at every pbs signal independent of the vehicle being lost. ------------------------------------------------------------------------ r15266 | smatz | 2009-01-25 13:05:58 +0000 (Sun, 25 Jan 2009) | 1 line -Fix (r15159): compilation without threads was broken ------------------------------------------------------------------------ r15263 | glx | 2009-01-25 00:57:03 +0000 (Sun, 25 Jan 2009) | 1 line -Codechange: added Engine::GetCost() to remove some code duplication. ------------------------------------------------------------------------ r15262 | frosch | 2009-01-24 21:38:30 +0000 (Sat, 24 Jan 2009) | 1 line -Fix: AIEvents were not freed, when they were not queued for any AI. ------------------------------------------------------------------------ r15261 | glx | 2009-01-24 20:14:15 +0000 (Sat, 24 Jan 2009) | 1 line -Add: added Engine::GetRunningCost() to remove some code duplication. Also stops AIs decrementing vehicle counter of first company ------------------------------------------------------------------------ r15260 | translators | 2009-01-24 18:45:40 +0000 (Sat, 24 Jan 2009) | 18 lines -Update: WebTranslator2 update to 2009-01-24 18:45:20 arabic_egypt - 9 fixed by khaloofah (9) brazilian_portuguese - 99 fixed by tucalipe (99) catalan - 22 fixed, 202 changed by arnaullv (224) dutch - 10 fixed by Excel20 (10) finnish - 10 fixed by jpx_ (10) german - 19 fixed by dih (19) hungarian - 10 fixed, 4 changed by IPG (4), alyr (7), oklmernok (3) italian - 22 fixed by lorenzodv (22) korean - 11 fixed, 1 changed by darkttd (12) latvian - 47 fixed by waste (47) lithuanian - 14 fixed by Enternald (14) romanian - 10 fixed, 1 changed by kkmic (11) simplified_chinese - 13 fixed by ww9980 (13) spanish - 10 fixed by Dominus (10) turkish - 12 fixed by Emin (12) ukrainian - 19 fixed by mad (19) ------------------------------------------------------------------------ r15259 | rubidium | 2009-01-24 17:02:59 +0000 (Sat, 24 Jan 2009) | 2 lines -Fix: [NewGRF] small memory leak when scanning labels ------------------------------------------------------------------------ r15257 | smatz | 2009-01-24 15:31:48 +0000 (Sat, 24 Jan 2009) | 1 line -Cleanup: remove Company::is_noai, it is not needed anymore ------------------------------------------------------------------------ r15256 | smatz | 2009-01-24 15:01:29 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15027): use of uninitialised variable while saving/loading game with AIs ------------------------------------------------------------------------ r15255 | frosch | 2009-01-24 14:26:48 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15027): AIVehicle::GetLength() returned only the length of the first part of articulated road vehicles. ------------------------------------------------------------------------ r15254 | glx | 2009-01-24 14:10:24 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15242): of course MSVC requires a cast ------------------------------------------------------------------------ r15253 | truebrain | 2009-01-24 14:02:21 +0000 (Sat, 24 Jan 2009) | 2 lines -Fix (r15193): dutch people shouldn't write english :p ------------------------------------------------------------------------ r15252 | frosch | 2009-01-24 13:05:04 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15027): AIMarine::AreWaterTilesConnected() reported aqueducts being connected with all surrounding tiles. Also add some type safety. ------------------------------------------------------------------------ r15251 | smatz | 2009-01-24 12:50:10 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15249): trains from 0.2.0-0.3.0 could be in 'stopping' state instead of 'stopped' (this problem doesn't affect trains in depot) ------------------------------------------------------------------------ r15250 | Yexo | 2009-01-24 10:28:41 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15126): The NewGRF Settings window was 1 pixel to low. ------------------------------------------------------------------------ r15249 | smatz | 2009-01-24 00:42:09 +0000 (Sat, 24 Jan 2009) | 1 line -Fix [FS#2576]: force trains from old (and other vehicles from 'recent') savegames to have zero cur_speed while stopped (cooperation with frosch123) ------------------------------------------------------------------------ r15248 | smatz | 2009-01-23 23:57:01 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [FS#2561]: we require v->cur_speed to be zero for wagons and non-front engines ------------------------------------------------------------------------ r15247 | rubidium | 2009-01-23 23:56:56 +0000 (Fri, 23 Jan 2009) | 2 lines -Change: show a lock near the password/join button in the company window whenever the company is password protected ------------------------------------------------------------------------ r15246 | rubidium | 2009-01-23 23:40:12 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix [FS#2577]: close all windows *before* starting a new game/loading a game instead of doing that as one of the latest steps of loading the game. This caused, in some cases, the NewGRF settings to be reset when the game was already loaded resulting in instant desyncs when joining a network game ------------------------------------------------------------------------ r15245 | rubidium | 2009-01-23 23:37:49 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix: don't "save" the NewGRF settings on closing the NewGRF window when the content of the window isn't editable ------------------------------------------------------------------------ r15244 | frosch | 2009-01-23 22:36:17 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15027): The station tile of an oilrig-like industry is not neccessarily the first industry tile. ------------------------------------------------------------------------ r15243 | rubidium | 2009-01-23 22:35:48 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix [FS#2446]: rejoining a server would abort the join (and kick the client) because trying to join with an invalid player ID ------------------------------------------------------------------------ r15242 | rubidium | 2009-01-23 22:18:06 +0000 (Fri, 23 Jan 2009) | 2 lines -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral) ------------------------------------------------------------------------ r15241 | frosch | 2009-01-23 22:09:31 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15027): NoAI API was not aware of certain newindustries 'features'. ------------------------------------------------------------------------ r15240 | Yexo | 2009-01-23 21:54:50 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15212): Loading heightmaps resulted in an assert. ------------------------------------------------------------------------ r15239 | Yexo | 2009-01-23 21:52:29 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [FS#2579]: The start date of random AIs was not stored in the config file or the savegame. ------------------------------------------------------------------------ r15238 | peter1138 | 2009-01-23 21:05:25 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15236): Missed a file ------------------------------------------------------------------------ r15237 | peter1138 | 2009-01-23 20:56:30 +0000 (Fri, 23 Jan 2009) | 2 lines -Codechange: Remove string removed in r15236 in other languages. ------------------------------------------------------------------------ r15236 | peter1138 | 2009-01-23 20:53:43 +0000 (Fri, 23 Jan 2009) | 2 lines -Codechange: Rename realistic_acceleration patch option to train_acceleration_model, and change from boolean to value. Don't forget to update your settings. ------------------------------------------------------------------------ r15235 | translators | 2009-01-23 18:47:58 +0000 (Fri, 23 Jan 2009) | 17 lines -Update: WebTranslator2 update to 2009-01-23 18:47:35 arabic_egypt - 46 fixed by khaloofah (46) dutch - 12 fixed by habell (12) finnish - 12 fixed by jpx_ (12) french - 12 fixed by glx (12) greek - 70 changed by doukas (70) hungarian - 12 fixed, 1 changed by oklmernok (13) italian - 1 fixed by lorenzodv (1) korean - 11 fixed, 3 changed by dlunch (14) latvian - 44 fixed by waste (44) norwegian_nynorsk - 34 fixed by wollollo (34) polish - 30 fixed by xaxa (30) romanian - 12 fixed by kkmic (12) simplified_chinese - 9 fixed by ww9980 (9) spanish - 12 fixed by Dominus (12) turkish - 12 fixed by Emin (12) ------------------------------------------------------------------------ r15234 | Yexo | 2009-01-23 18:40:18 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15176): Crash if you pressed space in the content download window before selecting an item. ------------------------------------------------------------------------ r15233 | glx | 2009-01-23 17:32:01 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15231): compilation with SDL broken on win32 ------------------------------------------------------------------------ r15232 | rubidium | 2009-01-23 16:05:58 +0000 (Fri, 23 Jan 2009) | 2 lines -Codechange: sprinklin' of coding style ------------------------------------------------------------------------ r15231 | rubidium | 2009-01-23 15:58:34 +0000 (Fri, 23 Jan 2009) | 2 lines -Change: (sdl) check the full screen resolutions to determine what 'valid' resolutions we've got ------------------------------------------------------------------------ r15230 | smatz | 2009-01-23 15:53:24 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r1): aircraft could have zero speed while in air after loading old savegame ------------------------------------------------------------------------ r15229 | rubidium | 2009-01-23 15:53:19 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix (r14712): passwords weren't reset when creating a new company. ------------------------------------------------------------------------ r15228 | glx | 2009-01-23 15:38:13 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [FS#2571]: possible crash when an AI/Library doesn't have a required function ------------------------------------------------------------------------ r15227 | smatz | 2009-01-23 15:37:44 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [FS#2571](r1): aircraft could be 'loading in the air' after converting old savegames ------------------------------------------------------------------------ r15226 | glx | 2009-01-23 15:10:13 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15214): broken AI content download ------------------------------------------------------------------------ r15225 | rubidium | 2009-01-23 15:06:56 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix (r15126): searching for 'missing' NewGRFs gave the 'compatability loaded' NewGRF instead of the one that we're actually looking for ------------------------------------------------------------------------ r15224 | glx | 2009-01-23 14:40:19 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15213): incorrect regex ------------------------------------------------------------------------ r15223 | smatz | 2009-01-23 13:36:12 +0000 (Fri, 23 Jan 2009) | 1 line -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames ------------------------------------------------------------------------ r15222 | Yexo | 2009-01-23 10:30:50 +0000 (Fri, 23 Jan 2009) | 1 line -Fix: The squirrel stack was corrupted if an AI called any C++ function during Save(). ------------------------------------------------------------------------ r15221 | rubidium | 2009-01-23 10:20:29 +0000 (Fri, 23 Jan 2009) | 2 lines -Change [FS#2574]: only show missing NewGRFs when opening the content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows. ------------------------------------------------------------------------ r15220 | rubidium | 2009-01-23 09:47:46 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix (r15216): signedness warning ------------------------------------------------------------------------ r15219 | Yexo | 2009-01-23 09:20:57 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15216): MSVC failed to find the proper casts. ------------------------------------------------------------------------ r15218 | rubidium | 2009-01-23 09:09:12 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix: base graphics detection did mark too much as duplicate ------------------------------------------------------------------------ r15217 | rubidium | 2009-01-23 09:00:01 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix [FS#2573] (r15176): more corner cases when removing things from iterated vectors ------------------------------------------------------------------------ r15216 | smatz | 2009-01-23 02:35:17 +0000 (Fri, 23 Jan 2009) | 1 line -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter ------------------------------------------------------------------------ r15215 | rubidium | 2009-01-23 02:01:05 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix: various MSVC x64 compiler warnings ------------------------------------------------------------------------ r15214 | glx | 2009-01-23 01:29:13 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [NoAI]: ignore case for ai/library main script path on windows ------------------------------------------------------------------------ r15213 | glx | 2009-01-23 00:45:19 +0000 (Fri, 23 Jan 2009) | 1 line -Fix: AI API regression failed for non unicode builds (different format for NULL pointers) ------------------------------------------------------------------------ r15212 | Yexo | 2009-01-23 00:18:27 +0000 (Fri, 23 Jan 2009) | 1 line -Feature [FS#2566]: Change the dropdown box where you can chose which edges will be water to 4 pushbuttons (based on patch by planetmaker). ------------------------------------------------------------------------ r15211 | smatz | 2009-01-22 22:02:05 +0000 (Thu, 22 Jan 2009) | 1 line -Fix (r15190): loading of TTD savegames was broken ------------------------------------------------------------------------ r15210 | glx | 2009-01-22 21:33:08 +0000 (Thu, 22 Jan 2009) | 1 line -Fix: Vehicle::GetRunningCost() was wrong for ships and aircraft ------------------------------------------------------------------------ r15209 | translators | 2009-01-22 18:43:05 +0000 (Thu, 22 Jan 2009) | 20 lines -Update: WebTranslator2 update to 2009-01-22 18:42:44 arabic_egypt - 1 fixed by khaloofah (1) catalan - 20 fixed by arnaullv (20) dutch - 1 changed by Excel20 (1) finnish - 10 fixed by jpx_ (10) french - 1 changed by glx (1) galician - 5 fixed by Condex (5) greek - 2 changed by tek1979 (2) hungarian - 2 changed by alyr (1), IPG (1) indonesian - 20 fixed, 22 changed by fanioz (42) italian - 20 fixed, 1 changed by lorenzodv (21) korean - 20 fixed by darkttd (20) norwegian_bokmal - 22 fixed by khh (22) norwegian_nynorsk - 5 changed by wollollo (5) romanian - 1 changed by kkmic (1) russian - 44 fixed by Smoky555 (44) simplified_chinese - 18 fixed, 7 changed by ww9980 (25) spanish - 20 fixed by eusebio (19), Dominus (1) turkish - 31 fixed, 1 changed by Emin (32) ------------------------------------------------------------------------ r15208 | peter1138 | 2009-01-22 14:34:29 +0000 (Thu, 22 Jan 2009) | 2 lines -Codechange: Remove some kind (undocumented, so who really knows) of original attempt to limit maximum tractive effort from 'realistic' acceleration. ------------------------------------------------------------------------ r15207 | rubidium | 2009-01-22 14:15:52 +0000 (Thu, 22 Jan 2009) | 2 lines -Add: sorting to the content list. ------------------------------------------------------------------------ r15206 | rubidium | 2009-01-22 10:09:56 +0000 (Thu, 22 Jan 2009) | 2 lines -Fix [FS#2567]: memory corruption due to not properly cleanup up the mess when cancelling a download ------------------------------------------------------------------------ r15205 | peter1138 | 2009-01-22 09:57:31 +0000 (Thu, 22 Jan 2009) | 2 lines -Revert (r7421, partial): Support for MaxTE solves problem in a better way ------------------------------------------------------------------------ r15204 | Yexo | 2009-01-22 02:01:07 +0000 (Thu, 22 Jan 2009) | 1 line -Fix (r15167): The check was a bit too restrictive, the top of the stack needs to be resetted if another function is called while the AI is running but not suspended. ------------------------------------------------------------------------ r15203 | Yexo | 2009-01-22 00:23:37 +0000 (Thu, 22 Jan 2009) | 1 line -Fix (r15190): CmdTerraformLand didn't check it's parameters good enough. ------------------------------------------------------------------------ r15202 | rubidium | 2009-01-22 00:08:15 +0000 (Thu, 22 Jan 2009) | 2 lines -Fix (r14827): only make quick goto active for your own company ------------------------------------------------------------------------ r15201 | Yexo | 2009-01-21 23:49:59 +0000 (Wed, 21 Jan 2009) | 1 line -Fix [FS#2565] (r15190): The smallmap tried to get the owner of invalid tiles. ------------------------------------------------------------------------ r15200 | rubidium | 2009-01-21 23:07:11 +0000 (Wed, 21 Jan 2009) | 2 lines -Feature: give server admins a tool to combat profanity in nick names (based on patch by dihedral) ------------------------------------------------------------------------ r15199 | Yexo | 2009-01-21 22:35:07 +0000 (Wed, 21 Jan 2009) | 1 line -Fix (r15190): The south point of the south-most tile wasn't highlighted during terraforming. ------------------------------------------------------------------------ r15198 | frosch | 2009-01-21 20:50:53 +0000 (Wed, 21 Jan 2009) | 1 line -Fix (r15190): Advanced setting was missing the 'on'/'off' part. ------------------------------------------------------------------------ r15197 | translators | 2009-01-21 20:22:56 +0000 (Wed, 21 Jan 2009) | 21 lines -Update: WebTranslator2 update to 2009-01-21 20:22:27 catalan - 21 fixed by arnaullv (21) croatian - 25 fixed by knovak (25) czech - 41 fixed by Hadez (41) dutch - 20 fixed, 3 changed by habell (23) finnish - 31 fixed by UltimateSephiroth (21), jpx_ (10) french - 20 fixed by glx (20) german - 146 fixed by chu (146) greek - 46 fixed, 8 changed by doukas (54) hungarian - 41 fixed, 2 changed by alyr (43) indonesian - 22 fixed by fanioz (22) italian - 21 fixed, 1 changed by lorenzodv (22) korean - 21 fixed, 1 changed by darkttd (19), dlunch (3) norwegian_bokmal - 2 changed by wollollo (2) norwegian_nynorsk - 19 fixed, 1 changed by wollollo (20) romanian - 20 fixed by kkmic (20) simplified_chinese - 6 fixed by ww9980 (6) spanish - 21 fixed by Dominus (21) traditional_chinese - 2 fixed by ww9980 (2) ukrainian - 76 fixed by mad (76) ------------------------------------------------------------------------ r15196 | rubidium | 2009-01-21 20:18:12 +0000 (Wed, 21 Jan 2009) | 2 lines -Fix (r15195): != != == :( ------------------------------------------------------------------------ r15195 | rubidium | 2009-01-21 12:23:08 +0000 (Wed, 21 Jan 2009) | 2 lines -Fix: don't crash when removing from something you're iterating over ------------------------------------------------------------------------