Age | Commit message (Expand) | Author |
2006-09-28 | (svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to r... | peter1138 |
2006-09-16 | (svn r6462) -Codechange: Have GetStringWidth() return width as well as the he... | Darkvater |
2006-09-15 | (svn r6458) - Fix (r6457): ... but close the colour window if the company is ... | peter1138 |
2006-09-15 | (svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This rep... | peter1138 |
2006-09-08 | (svn r6430) -Fix r6424: fixed failure to init the whole array of engines when... | bjarni |
2006-09-08 | (svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles fro... | bjarni |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-08-29 | (svn r6222) Remove struct ColorList, because the names of its attributes are ... | tron |
2006-08-28 | (svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch] | tron |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-20 | (svn r5974) -Codechange: added casts all around the place to make Windows 64b... | truelight |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-15 | (svn r5915) -Cleanup: some variables were named *_date while they were only h... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-14 | (svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to... | Darkvater |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-14 | (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but be... | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-05-19 | (svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found b... | KUDr |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-03-31 | (svn r4201) - Codechange: Do for _engine_info[] what we do for _*_vehicle_inf... | peter1138 |
2006-03-27 | (svn r4136) CodeChange : Revert part of r4092 (as spotted by Tron) and clean-... | belugas |
2006-03-24 | (svn r4092) CodeChange : Named sprites instead of magic numbers plus create/u... | belugas |
2006-03-16 | (svn r3895) - Add proper SLE(G)_CONDNULL macros for the empty space reservati... | Darkvater |
2006-02-20 | (svn r3627) - Change all hardcoded 255 max-saveload versions with the define ... | Darkvater |
2006-02-06 | (svn r3568) - Fix: constantizing side-effect of qsort in r3563. Ugly? Yes. Ma... | Darkvater |
2006-02-06 | (svn r3565) - Fix: On loading a game, GetPlayerRailtypes() didn't account for... | peter1138 |
2006-02-06 | (svn r3563) Simplify the code for calculating the highscore table in network ... | tron |
2006-02-06 | (svn r3562) Remove pointless buffer copies | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-01-31 | (svn r3500) - Workaround the inaccurate count of spectators/companies that ca... | Darkvater |
2006-01-29 | (svn r3468) - Fix: Rail type availability should take climate type into account. | peter1138 |
2006-01-25 | (svn r3427) - Feature: Allow seeing and setting the maximum amount of compani... | Darkvater |
2006-01-12 | (svn r3396) - Autoreplace changes: | peter1138 |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2006-01-02 | (svn r3359) - Autoreplace GUI: When starting or stopping a replacement, redra... | peter1138 |
2005-12-26 | (svn r3343) Fix calculation of available rail types where all engines of a pa... | peter1138 |
2005-12-14 | (svn r3300) Remove unreachable code - in this case some duplicate breaks | tron |
2005-11-26 | (svn r3239) - Codechange: Introduce and use helper functions for engine repla... | peter1138 |
2005-11-22 | (svn r3226) -Fix: GPMI implementation had minor glitches | truelight |
2005-11-21 | (svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable vi... | truelight |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-11-13 | (svn r3176) Use proper types, not some variants of int | tron |
2005-11-07 | (svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ... | bjarni |
2005-11-07 | (svn r3154) - Fix: Last value of an array is lengthof-1; let's keep this at a... | Darkvater |
2005-11-07 | (svn r3151) - Fix: showing the highscore might crash the game with an invalid... | Darkvater |
2005-10-31 | (svn r3109) Replace two occurrences of '256' with TOTAL_NUM_ENGINES | peter1138 |
2005-10-25 | (svn r3087) Rewrite GetPlayerRailtypes() so it doesn't depend on magical numb... | tron |