Commit Graph

3434 Commits (5a449e49fe68452f51839d7aa5bfa20daf66a49a)
 

Author SHA1 Message Date
tron d0a445db41 (svn r4111) Fix/Remove some stale comments 19 years ago
Darkvater c3602c7f9d (svn r4109) - Fix (r4105) [iconv]: Only include the needed headers when ICONV is actually used. Thanks for noticing Bjarni 19 years ago
tron a77e3bd855 (svn r4108) Add [GS]etIndustryGfx() 19 years ago
Darkvater 84a824212b (svn r4107) - Fix (r4105): Mixup of string parameters in debug message if iconv_open() failed. Also clarify the message a bit. 19 years ago
Darkvater e3685faad0 (svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the mess that is makefile can't properly support it at the moment, it is only available for MACOSX. Windows doesn't need FS conversion and I have no idea about OS/2 so it's disabled for them.
- CodeChange: Change the function GetCurrentLocale(). It returns the locale from some default environment-variables, plus a custom one defined as parameter. If all fail, it tries $LANG.
19 years ago
bjarni 7916911a13 (svn r4103) updated mac documentation to mention the fact that it's a triple binary 19 years ago
bjarni 9ad9a138ad (svn r4099) -Codechange: [OSX] the cocoa video driver speedup of around 1000% now also applies to Intel macs 19 years ago
belugas ed86c3d818 (svn r4092) CodeChange : Named sprites instead of magic numbers plus create/use helper macro/enum for recoloring scheme 19 years ago
Darkvater bdfe20ae73 (svn r4091) - Fix r4075. Do not "enter" please. 19 years ago
Darkvater 549f9b0d2f (svn r4090) - Followup for r4075. Some SDL implementations seem to have a different define for the SDL_ACTIVEEVENT SDL_APPMOUSEFOCUS which caused undrawing of the mouse only on losing input-focus. Correctly check for the event state 19 years ago
belugas 24cc5e41df (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection 19 years ago
celestar db9706cb80 (svn r4088) -Codechange: Introduce {Unb,B}arCrossing and IsCrossingBarred to put and get the status of a level crossing 19 years ago
tron d1bd1a7035 (svn r4087) Add IsIndustryCompleted() to check if a industry tile is fully built 19 years ago
tron 662885ecd1 (svn r4086) Add MakeIndustry() 19 years ago
tron c699d0e791 (svn r4085) Add GetTown{Index,ByTile}() to get the town index resp. the town from a tile 19 years ago
bjarni 85c49764e1 (svn r4084) -Documentation: [OSX] changed OSX specific docs
-added an explanation to why there is a special Jaguar download (people appears to download it even when they should download the other one)
	-removed the long outdated README_if_game_crashed_on_OSX.txt
19 years ago
egladil 5cec20988d (svn r4083) -Feature: [OSX] Ported r4075 (Undraw the mouse when it leaves the window and Draw it again when it enters). 19 years ago
bjarni cc9b448d7f (svn r4082) -Fix: [OSX] FS#80 Crash when switching from windowed to fullscreen
this bug was introduced in rev 3670, but when undetected for a long time since it was resolution specific
	this is likely the issue with x86 OSX in fullscreen, so I removed the really slow workaround and will clean it up once I get positive feedback from a x86 mac
	this means that x86 OSX should now get the 1000% video driver speed boost as well
	this fix is written by eglandil
19 years ago
tron f6285a659c (svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile 19 years ago
tron 8ce4bdfad9 (svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. the industry from a tile 19 years ago
tron 6b40512a3c (svn r4076) Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover. 19 years ago
Darkvater fb48c3b4aa (svn r4075) - Feature: Undraw the mouse when it leaves the window and Draw it again when it enters. Added both for WIN32 and SDL. Since Win95 has troubles with TrackMouseEvent(), this function was just simply rewritten which was the easiest. Based on a patch by DmitryKo. 19 years ago
bjarni 41f4c473da (svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system
if detected, WITH_ICONV will be defined in the C code
	WITH_ICONV is also added to Makefile.config
	OSX do not use this flag setting in Makefile.config, as it is set at compile time based on target OS version
	the actual C code is not changed as the current iconv code is hardcoded for OSX and would break if any other OS got iconv
	This detection system is by request of Darkvater
19 years ago
tron 747fe64b31 (svn r4073) Add functions to make and test for (most) unmovable tiles 19 years ago
matthijs 4e3714b391 (svn r4071) - Fix: [NPF] Trains & busses were unable to find a route when leaving a depot or bus stop. Small omission from r4023 (fix by glx) 19 years ago
truelight da2ebf897d (svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict 19 years ago
truelight 9eb29ca1cf (svn r4066) -Fix: oops, forgot to remove a debug line 19 years ago
truelight 422ee53066 (svn r4065) -Fix: the configure now knows --host-cflags 19 years ago
truelight dcbe493a83 (svn r4064) -Fix: fixes for configure to accept spaces in params. This are mostly bypasses because bash really does suck in handling spaces and " stuff :( 19 years ago
bjarni e271479136 (svn r4061) -Codechange: [OSX] removed some long dead flags for universal binary building and removed an absolute path for hdiutil (I don't thin anybody will have it at a non-default place, but still) 19 years ago
bjarni 15f72ab7f4 (svn r4060) -Codechange: [OSX] made the release target (in os/macosx/Makefile) easier to use since it gives the release disk image the right name automatically
it now uses REV instead of RELEASE, which means RELEASE is not needed to be set manaully anymore
	it also automatically adds "-jaguar" when making a build aimed at OSX 10.2 (codenamed jaguar)
19 years ago
truelight b0c9058470 (svn r4059) -Fix: add --dedicated flag to configure 19 years ago
tron 21ae42de51 (svn r4047) Remove two calls to FindLandscapeHeight() and some confusing use of the comma operator 19 years ago
peter1138 789794812a (svn r4039) - NewGRF: Add support for a few more vehicle variables. These are sometimes used for animation of sprites. 19 years ago
matthijs 44aa29a005 (svn r4033) - Codechange: [Debian] Update debian packaging files to use debconf for user interaction. 19 years ago
Darkvater bcf0d9ff06 (svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr) 19 years ago
tron c712f65e4f (svn r4028) The last external user of FindLandscapeHeightByTile() is gone (r4027).
Move its implementation into its only caller - FindLandscapeHeight() - and remove it
19 years ago
tron ef42b6cc7c (svn r4027) Remove another call to FindLandscapeHeightByTile() 19 years ago
matthijs 3c76671078 (svn r4023) - Fix: [ 1453646 NPF ] Road vehicles planning through the back of depots and stations. 19 years ago
bjarni 14b12efa4a (svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3
this have the sideeffect that 10.2.8 will still have the "failure to save with certain chars in the filename bug", but at least it can compile again
19 years ago
miham 0b7926968b (svn r4011) [test WT2 #2.] 19 years ago
miham f025d80970 (svn r4010) [test WT2] 19 years ago
tron 1184811bc0 (svn r4007) Add a function to make a farm field tile 19 years ago
belugas fc6874a52e (svn r4004) -CodeChange : Renaming sprites and functions 19 years ago
Darkvater 91b66421f3 (svn r4003) - Minor codebeautifier@work 19 years ago
Darkvater f18ed60611 (svn r4002) - Fix: Use the title of a savegame in the saveload dialog-editbox. This gets rid of the '.sav' appended to each game as well as properly showing UTF-8 saves when this is implemented. Also don't change the text if the save has failed. 19 years ago
Darkvater 413dd85cd7 (svn r4001) - Add length parameter to FiosMakeSavegameName() and use this function for creating the full path instead of home-brewn snprintf. 19 years ago
tron 1815383ba7 (svn r4000) Rewrite GetSlope{Tileh,Z}_{Road,Track} in a less confusing way 19 years ago
Darkvater 54735b28c4 (svn r3999) - Fix: [win32] Change the order of DestroyWindow and ChangeDisplay. On some machines a sizechange messagequeue is handled before sending WM_DISPLAYCHANGE resulting in an improper resolution written to the configuration file when exiting from fullscreen. (Frostregen) 19 years ago
peter1138 fd75fb6766 (svn r3998) - Fix: When removing rail track from a while where only X and Y (/ and \) pieces exist, explicitly update signals in both directions. 19 years ago