Sun, 11 Dec 2005 07:36:49 +0000 |
tron |
(svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
|
changeset |
files
|
Sat, 10 Dec 2005 23:03:59 +0000 |
bjarni |
(svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default
|
changeset |
files
|
Sat, 10 Dec 2005 18:50:07 +0000 |
truelight |
(svn r3285) -Codechange: Tron was confused by a name, so let's make him happy,
|
changeset |
files
|
Sat, 10 Dec 2005 18:47:40 +0000 |
truelight |
(svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron)
|
changeset |
files
|
Sat, 10 Dec 2005 18:43:49 +0000 |
truelight |
(svn r3283) -Fix: decode_parameters was still used, while _cmd_text is the way
|
changeset |
files
|
Sat, 10 Dec 2005 12:05:39 +0000 |
peter1138 |
(svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed()
|
changeset |
files
|
Sat, 10 Dec 2005 11:16:45 +0000 |
bjarni |
(svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)
|
changeset |
files
|
Sat, 10 Dec 2005 07:29:31 +0000 |
tron |
(svn r3280) Merge the seperate (C|CXX|OBJC)_SOURCES variables into a single variable SRCS
|
changeset |
files
|
Fri, 09 Dec 2005 19:29:11 +0000 |
truelight |
(svn r3279) -Fix: do not try to execute something that is not set to execute
|
changeset |
files
|
Fri, 09 Dec 2005 19:12:11 +0000 |
truelight |
(svn r3278) -Fix: lets update the tail-pointer if we add a new item, else the linkedlist never grows ;)
|
changeset |
files
|
Fri, 09 Dec 2005 17:42:56 +0000 |
truelight |
(svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Igor2Code)
|
changeset |
files
|
Fri, 09 Dec 2005 13:17:31 +0000 |
bjarni |
(svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to prevent it from running OpenTTD, so now it's not supported anymore
|
changeset |
files
|
Fri, 09 Dec 2005 13:07:21 +0000 |
bjarni |
(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
|
changeset |
files
|
Fri, 09 Dec 2005 12:15:52 +0000 |
bjarni |
(svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar)
|
changeset |
files
|
Fri, 09 Dec 2005 11:08:24 +0000 |
bjarni |
(svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instead of 10.4
|
changeset |
files
|
Thu, 08 Dec 2005 21:12:15 +0000 |
bjarni |
(svn r3272) -Fix: [AI] fixed issue in AI that prevented compilation without network support
|
changeset |
files
|
Thu, 08 Dec 2005 09:12:25 +0000 |
hackykid |
(svn r3271) Remove some debug statements of mine which somehow got into svn.
|
changeset |
files
|
Wed, 07 Dec 2005 15:48:52 +0000 |
peter1138 |
(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing.
|
changeset |
files
|
Wed, 07 Dec 2005 14:56:42 +0000 |
truelight |
(svn r3269) -Fix: return CMD_ERROR instead of -1 if AI_DoCommandChecked fails
|
changeset |
files
|
Tue, 06 Dec 2005 23:37:44 +0000 |
bjarni |
(svn r3268) moved lithuanian.txt to unfinished as it is broken and haven't been updated for a few months
|
changeset |
files
|
Tue, 06 Dec 2005 22:09:28 +0000 |
bjarni |
(svn r3267) -Codechange: [OSX] universal binary makefile code cleanup
|
changeset |
files
|
Tue, 06 Dec 2005 17:12:19 +0000 |
truelight |
(svn r3266) -Codechange: added comments for why the revert of r3625 inside the code.
|
changeset |
files
|
Tue, 06 Dec 2005 17:05:14 +0000 |
truelight |
(svn r3265) -Fix: partly reverted back r3263, because MSVC, who else, doesn't support variadic macros............
|
changeset |
files
|
Tue, 06 Dec 2005 14:35:10 +0000 |
bjarni |
(svn r3264) -Codechange: [OSX] OSX targets will now always use the preprocessor to determine endianess
|
changeset |
files
|
Tue, 06 Dec 2005 11:36:46 +0000 |
truelight |
(svn r3263) -Fix: use () around 'variables' in macros, gives less crashes ;)
|
changeset |
files
|
Tue, 06 Dec 2005 09:27:42 +0000 |
bjarni |
(svn r3262) -Fix: [OSX] universal binaries can now include the dynamic SDL lib into the bundle
|
changeset |
files
|
Mon, 05 Dec 2005 16:48:07 +0000 |
peter1138 |
(svn r3261) - Autoreplace: If a replaced vehicle had a custom name, transfer it to the new vehicle. Fixes "[ 1370039 ] Autoreplaced vehicles lose their names"
|
changeset |
files
|
Mon, 05 Dec 2005 12:27:58 +0000 |
truelight |
(svn r3260) -Add: add events for AIs to check if a command execution failed or succeeded
|
changeset |
files
|
Sun, 04 Dec 2005 22:43:40 +0000 |
bjarni |
(svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle
|
changeset |
files
|
Sun, 04 Dec 2005 17:36:19 +0000 |
bjarni |
(svn r3258) -Feature: [OSX] added support for universal binaries
|
changeset |
files
|
Sat, 03 Dec 2005 13:43:54 +0000 |
bjarni |
(svn r3257) -Codechange: [OSX] removed the dynamic lib in bundle option (introduced in rev 3230)
|
changeset |
files
|
Sat, 03 Dec 2005 10:36:23 +0000 |
bjarni |
(svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used
|
changeset |
files
|
Fri, 02 Dec 2005 19:41:35 +0000 |
Darkvater |
(svn r3254) - Fix: graphical glitch with autorail tool on a certain tile-type.
|
changeset |
files
|
Fri, 02 Dec 2005 19:21:38 +0000 |
truelight |
(svn r3253) -Add: add BuildRoad event for AIs
|
changeset |
files
|
Fri, 02 Dec 2005 14:55:23 +0000 |
peter1138 |
(svn r3252) - NewGRF: Map new train subtypes to old types for rail vehicles.
|
changeset |
files
|
Thu, 01 Dec 2005 09:34:40 +0000 |
truelight |
(svn r3251) -Fix: report errors from GPMI in a more detailed way (Igor2Code)
|
changeset |
files
|
Wed, 30 Nov 2005 16:10:19 +0000 |
truelight |
(svn r3250) -Fix: AIs weren't uninitialized when a new game was loaded
|
changeset |
files
|
Wed, 30 Nov 2005 07:31:54 +0000 |
peter1138 |
(svn r3249) Fix for issue introduced in r3228. The original code was good for raising, then for lowering, now for both.
|
changeset |
files
|
Tue, 29 Nov 2005 22:29:59 +0000 |
peter1138 |
(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engine type directly instead of getting it from a vehicle. This allows the function to be used before vehicles are involved.
|
changeset |
files
|
Tue, 29 Nov 2005 22:04:02 +0000 |
peter1138 |
(svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore"
|
changeset |
files
|
Tue, 29 Nov 2005 16:06:06 +0000 |
truelight |
(svn r3246) -Fix: small glitch in ai_network_client code (network_client.c)
|
changeset |
files
|
Tue, 29 Nov 2005 15:53:15 +0000 |
truelight |
(svn r3245) -Add: allow OpenTTD to give his GPMI-params to the GPMI modules
|
changeset |
files
|
Mon, 28 Nov 2005 14:02:36 +0000 |
truelight |
(svn r3244) -Fix: [GPMI] Even more GPMI based AI-code cleanup, bug fixes, and you can now control the AI that is going to boot
|
changeset |
files
|
Mon, 28 Nov 2005 11:30:12 +0000 |
truelight |
(svn r3243) -Fix: IncreaseLoan and DecreaseLoan were inconsistent for AIs
|
changeset |
files
|
Sun, 27 Nov 2005 16:45:45 +0000 |
truelight |
(svn r3242) -Fix: small glitch in AllowAI control
|
changeset |
files
|
Sat, 26 Nov 2005 16:41:14 +0000 |
peter1138 |
(svn r3239) - Codechange: Introduce and use helper functions for engine replacement code.
|
changeset |
files
|
Sat, 26 Nov 2005 16:18:15 +0000 |
truelight |
(svn r3238) -Fix: always save if you want GPMI-based AIs, this on request by
|
changeset |
files
|
Sat, 26 Nov 2005 13:23:16 +0000 |
Darkvater |
(svn r3237) - CodeChange: remove silencing of some warnings. MSVC6 once again has some issues with enums, and other things as usual, so silence those still.
|
changeset |
files
|
Sat, 26 Nov 2005 12:57:42 +0000 |
Darkvater |
(svn r3236) - Fix: warnings about 'CDECL must be used with ...' on VS6
|
changeset |
files
|
Sat, 26 Nov 2005 12:45:53 +0000 |
Darkvater |
(svn r3235) - Fix: fix two crashes, one with making a screenshot in the main menu without any game loaded, another when failing to load a scenario in 'New Game'
|
changeset |
files
|
Wed, 23 Nov 2005 21:47:01 +0000 |
miham |
(svn r3234) [Translations] Estonian is still unfinished
|
changeset |
files
|
Wed, 23 Nov 2005 21:45:04 +0000 |
miham |
(svn r3233) [Translations] Estonian now available again
|
changeset |
files
|
Wed, 23 Nov 2005 15:08:29 +0000 |
truelight |
(svn r3232) -Add: implemented the event-system for AIs
|
changeset |
files
|
Wed, 23 Nov 2005 13:45:12 +0000 |
truelight |
(svn r3231) Fix: update the GPMI implementation to the latest GPMI-API version
|
changeset |
files
|
Wed, 23 Nov 2005 12:21:54 +0000 |
bjarni |
(svn r3230) -Feature: [OSX] OSX builds can now change where it searches for dynamic libs and can move libs into the bundle
|
changeset |
files
|
Tue, 22 Nov 2005 22:32:42 +0000 |
truelight |
(svn r3229) -Add: add more GPMI support. Now GPMI-based AIs can be loaded (doesn't change a thing if you didn't enable GPMI)
|
changeset |
files
|
Tue, 22 Nov 2005 22:30:35 +0000 |
peter1138 |
(svn r3228) - Fix: [ 1327011 ] Fix: don't lower land on tunnel, even with diag tracks on it (based on patch by glx)
|
changeset |
files
|
Tue, 22 Nov 2005 19:33:29 +0000 |
truelight |
(svn r3227) -Codechange: [Savegame] removed 'minor' version, and renamed 'major' version to just: version.
|
changeset |
files
|
Tue, 22 Nov 2005 15:55:38 +0000 |
truelight |
(svn r3226) -Fix: GPMI implementation had minor glitches
|
changeset |
files
|
Tue, 22 Nov 2005 14:02:45 +0000 |
peter1138 |
(svn r3225) - Fix for "[ 1359165 ] Autoreplace problem with r3171 and later" -- Move the disabled/hidden bits to custom data in window struct.
|
changeset |
files
|
Mon, 21 Nov 2005 14:28:31 +0000 |
truelight |
(svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable via patch
|
changeset |
files
|
Sat, 19 Nov 2005 22:39:16 +0000 |
bjarni |
(svn r3223) -Fix: [autoreplace] fixed crash when replacing a train engine without any cars (introduced in r3220)
|
changeset |
files
|
Sat, 19 Nov 2005 12:37:28 +0000 |
tron |
(svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite direction (Requested by manx)
|
changeset |
files
|
Sat, 19 Nov 2005 11:07:42 +0000 |
miham |
(svn r3221) [Translations] Updated to 2005-11-19
|
changeset |
files
|
Sat, 19 Nov 2005 10:28:02 +0000 |
bjarni |
(svn r3220) -Fix: [autoreplace] Autoreplaced trains now replace their cargo to the train instead of just the new engine
|
changeset |
files
|
Sat, 19 Nov 2005 00:10:20 +0000 |
bjarni |
(svn r3219) -Codechange: removed the now obsolite code in the build train command to make half multiheaded engines
|
changeset |
files
|
Fri, 18 Nov 2005 23:41:03 +0000 |
bjarni |
(svn r3218) -Feature: Multiheaded train engines will now stay in the same train
|
changeset |
files
|
Fri, 18 Nov 2005 20:28:55 +0000 |
peter1138 |
(svn r3217) Fix issue with resizing stepped windows introduced in revision 3181.
|
changeset |
files
|
Thu, 17 Nov 2005 23:05:59 +0000 |
Darkvater |
(svn r3216) - Fix (regression): endless loop introduced in revision 3190
|
changeset |
files
|
Thu, 17 Nov 2005 22:56:50 +0000 |
Darkvater |
(svn r3215) - Fix: warning on VS.NET 2003 complaining about constness reintroduced by revision 3192
|
changeset |
files
|
Thu, 17 Nov 2005 19:43:37 +0000 |
bjarni |
(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep before starting to overwrite old ones
|
changeset |
files
|
Thu, 17 Nov 2005 10:12:21 +0000 |
peter1138 |
(svn r3213) - Codechange: Clean up handling of road stops, avoiding unnecessary use of pointers and using the *BIT() macros.
|
changeset |
files
|
Wed, 16 Nov 2005 22:20:15 +0000 |
peter1138 |
(svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. This moves the ground type bits from m2 to m4 for waypoints and depots (leaving room for depot index in m2 in future), and moves the custom graphics ID to the waypoint struct.
|
changeset |
files
|
Wed, 16 Nov 2005 16:16:18 +0000 |
tron |
(svn r3211) Fix typo in r3181
|
changeset |
files
|
Wed, 16 Nov 2005 14:41:01 +0000 |
truelight |
(svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicnumbers)
|
changeset |
files
|
Wed, 16 Nov 2005 14:30:24 +0000 |
peter1138 |
(svn r3209) In TileLoop_Track(), use names based on function rather than their place in the map array.
|
changeset |
files
|
Wed, 16 Nov 2005 14:07:34 +0000 |
tron |
(svn r3208) Don't explicitly pass the engine type to look for to GetRearEngine(), because it's the engine type of the vehicle which gets passed as first parameter
|
changeset |
files
|
Wed, 16 Nov 2005 13:45:42 +0000 |
tron |
(svn r3207) Typo in last revision
|
changeset |
files
|
Wed, 16 Nov 2005 13:45:04 +0000 |
tron |
(svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG
|
changeset |
files
|
Wed, 16 Nov 2005 13:11:28 +0000 |
tron |
(svn r3205) Some more uses for GB/SB
|
changeset |
files
|
Wed, 16 Nov 2005 12:52:01 +0000 |
tron |
(svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection
|
changeset |
files
|
Wed, 16 Nov 2005 12:37:22 +0000 |
tron |
(svn r3203) Directly use the currency symbols for pounds and yen in the language files like it's already done for dollar and euro
|
changeset |
files
|
Wed, 16 Nov 2005 12:29:37 +0000 |
tron |
(svn r3202) If cascade -> switch
|
changeset |
files
|
Wed, 16 Nov 2005 12:25:33 +0000 |
tron |
(svn r3201) -Fix: Allow bribing up to the maximum rating for bribing, don't disable this option at some arbitrary value early
|
changeset |
files
|
Wed, 16 Nov 2005 12:21:04 +0000 |
tron |
(svn r3200) Remove the unused function GfxScalePalette() and the unused struct WorldSprite
|
changeset |
files
|
Wed, 16 Nov 2005 12:20:15 +0000 |
tron |
(svn r3199) -Fix: There are only 2 possible directions for ship depots, not 4
|
changeset |
files
|
Wed, 16 Nov 2005 12:10:45 +0000 |
tron |
(svn r3198) Rewrite the company league drawing routine for better readability
|
changeset |
files
|
Wed, 16 Nov 2005 12:04:34 +0000 |
tron |
(svn r3197) Use a better bias so you can directly see the date range a disaster can happen in
|
changeset |
files
|
Wed, 16 Nov 2005 12:01:46 +0000 |
tron |
(svn r3196) Use structs instead of magic offsets into arrays
|
changeset |
files
|
Wed, 16 Nov 2005 11:55:06 +0000 |
tron |
(svn r3195) Use bitfields instead of explicit shifting/masking
|
changeset |
files
|
Wed, 16 Nov 2005 11:52:21 +0000 |
tron |
(svn r3194) Don't use FindLandscapeHeightByTile() when it's overkill
|
changeset |
files
|
Wed, 16 Nov 2005 11:50:40 +0000 |
tron |
(svn r3193) Staticise the vehicle position hash
|
changeset |
files
|
Wed, 16 Nov 2005 11:17:52 +0000 |
tron |
(svn r3192) Split the surname list into two lists (non-toyland/toyland) and use lengthof() to get the number of names instead of using magic numbers
|
changeset |
files
|
Wed, 16 Nov 2005 08:35:26 +0000 |
tron |
(svn r3191) Move declaration and definition of _dbg_screen_rect to a place where it somewhat makes sense and wrap them in #ifdef _DEBUG
|
changeset |
files
|
Tue, 15 Nov 2005 11:46:49 +0000 |
tron |
(svn r3190) Turn some loops into canonical for loop form
|
changeset |
files
|
Tue, 15 Nov 2005 11:08:10 +0000 |
tron |
(svn r3189) There's a dedicated function to check if it's a hangar tile, so use it
|
changeset |
files
|
Tue, 15 Nov 2005 10:50:43 +0000 |
tron |
(svn r3188) Use CmdFailed() to check, if a command failed, don't compare with CMD_ERROR
|
changeset |
files
|
Tue, 15 Nov 2005 09:47:25 +0000 |
tron |
(svn r3187) Simplify overly complicated ifs, especially if (foo) return false; else return true; is confusing
|
changeset |
files
|
Tue, 15 Nov 2005 09:05:16 +0000 |
tron |
(svn r3186) Unnecessary casts and truncation
|
changeset |
files
|
Tue, 15 Nov 2005 09:00:02 +0000 |
tron |
(svn r3185) const
|
changeset |
files
|
Tue, 15 Nov 2005 08:49:46 +0000 |
tron |
(svn r3184) GB/SB
|
changeset |
files
|
Tue, 15 Nov 2005 08:40:45 +0000 |
tron |
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
|
changeset |
files
|
Mon, 14 Nov 2005 20:20:24 +0000 |
tron |
(svn r3182) Fix braino in r3181
|
changeset |
files
|
Mon, 14 Nov 2005 19:48:04 +0000 |
tron |
(svn r3181) -Bracing
|
changeset |
files
|
Mon, 14 Nov 2005 15:22:12 +0000 |
tron |
(svn r3180) Replace some magic numbers by symbolic names
|
changeset |
files
|
Mon, 14 Nov 2005 09:21:05 +0000 |
tron |
(svn r3179) - RandomRange() and RandomTile() instead of home brewed versions
|
changeset |
files
|
Mon, 14 Nov 2005 08:42:45 +0000 |
peter1138 |
(svn r3178) - Codechange: move static _dropdown_* vars into the window custom data, giving var1 and var2 more meaningful names.
|
changeset |
files
|
Mon, 14 Nov 2005 08:09:57 +0000 |
tron |
(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT
|
changeset |
files
|
Sun, 13 Nov 2005 21:16:34 +0000 |
tron |
(svn r3176) Use proper types, not some variants of int
|
changeset |
files
|
Sun, 13 Nov 2005 18:07:45 +0000 |
orudge |
(svn r3175) - Updated OS/2 project file to include station_newgrf.c
|
changeset |
files
|
Sun, 13 Nov 2005 16:30:04 +0000 |
Darkvater |
(svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
|
changeset |
files
|
Sun, 13 Nov 2005 14:54:09 +0000 |
tron |
(svn r3173) Use the trinary operator and switch to improve readability
|
changeset |
files
|
Sun, 13 Nov 2005 13:43:55 +0000 |
tron |
(svn r3172) static, const
|
changeset |
files
|
Sat, 12 Nov 2005 11:10:12 +0000 |
peter1138 |
(svn r3171) - Codechange: remove static _dropdown_disabled/_dropdown_hidden variables, as a window already contains this information.
|
changeset |
files
|
Sat, 12 Nov 2005 09:30:52 +0000 |
peter1138 |
(svn r3170) - NewGRF: make ttdpatch flags to reflect patch option status, and added some more values.
|
changeset |
files
|
Sat, 12 Nov 2005 08:51:46 +0000 |
peter1138 |
(svn r3169) Little bit of coding style fixing, and change from value to lengthof()
|
changeset |
files
|
Sat, 12 Nov 2005 00:29:13 +0000 |
peter1138 |
(svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/
|
changeset |
files
|
Sat, 12 Nov 2005 00:19:34 +0000 |
peter1138 |
(svn r3167) - NewGRF: Start moving custom station code to separate files.
|
changeset |
files
|
Fri, 11 Nov 2005 20:34:16 +0000 |
peter1138 |
(svn r3166) Constify read-only accesses of custom stations
|
changeset |
files
|
Thu, 10 Nov 2005 17:21:05 +0000 |
tron |
(svn r3163) Include header for toupper()
|
changeset |
files
|