|
rubidium
|
r5469:9c38e5ce3f50
|
18 years ago
|
|
|
|
matthijs
|
r5421:d88578e3708b
|
18 years ago
|
|
|
|
bjarni
|
r5398:1259b8310035
|
18 years ago
|
|
(svn r7588) -Change: [OSX] removed the flag JAGUAR since it didn't work anyway Also removed all the Makefile code regarding this flag since it's no longer needed Removed documentation about special limitations regarding running the game on OSX 10.2 OpenTTD now officially needs OSX 10.3.9 to work correctly (the trunk needed that for months)
|
|
bjarni
|
r5372:3bdaf408f0ef
|
18 years ago
|
|
(svn r7557) -Fix: [OSX] FS #463 libfontconfig not present on OSX by default By adding CUSTOM_FONTCONFIG flag to the Makefile (not Makefile.config) to overwrite default locations of this library This allows static linking
|
|
Darkvater
|
r5363:c3e885c357a8
|
18 years ago
|
|
|
|
Darkvater
|
r5305:2d674c178a8a
|
18 years ago
|
|
|
|
peter1138
|
r5237:cc044906a066
|
18 years ago
|
|
|
|
peter1138
|
r5228:68969c6ab65b
|
18 years ago
|
|
|
|
matthijs
|
r5216:bdd3aa57475e
|
18 years ago
|
|
(svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it. - Codechange: Rename pool.[ch] to oldpool.[ch].
|
|
KUDr
|
r5187:03b78dac4092
|
18 years ago
|
|
(svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit: - using one engine list instead of 3 - removed engine filters (loco, wagons, helicopters, etc.) - EngineList code isolated from GUI (moved to helpers.cpp - reusing CBlobT code which does exactly what is needed for EngineList) - removed unnecessary "optimization" (rebuild and sort engine list on each WE_PAINT)
|
|
rubidium
|
r5117:c380eaa431e6
|
18 years ago
|
|
|
|
peter1138
|
r5108:28640689af54
|
18 years ago
|
|
|
|
tron
|
r5051:aa569bbc93e1
|
18 years ago
|
|
|
|
tron
|
r5050:29c4c0102a96
|
18 years ago
|
|
|
|
bjarni
|
r4800:28f9264f7dd8
|
18 years ago
|
|
(svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own Also made some changes to it so it should be easier to unify all the build vehicle windows
|
|
peter1138
|
r4656:515f0929a2ed
|
18 years ago
|
|
|
|
bjarni
|
r4638:2cf83a5d0131
|
18 years ago
|
|
(svn r6513) -Codechange: unified the code to draw depot windows This change is intended to make it easier to make depot behaviour consistent and faster to code when adding more features in the future The user interface should hopefully not be affected by this
|
|
glx
|
r4562:e570ba86a4d7
|
18 years ago
|
|
|
|
rubidium
|
r4374:655e1dbb45b3
|
18 years ago
|
|
(svn r6104) -Fix: make install did not create a directory for the heightmaps -Fix: make install should not copy scenario as it is an empty map
|
|
truelight
|
r4370:66ce7acfafc7
|
18 years ago
|
|
|
|
truelight
|
r4324:3b5d16688ac3
|
18 years ago
|
|
|
|
truelight
|
r4300:642b2431578b
|
18 years ago
|
|
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds: - New optional landscape generator (TerraGenesis Perlin) - Load heightmaps (either BMP or PNG) - Progress dialog while generating worlds (no longer a 'hanging' screen) - New dialogs for NewGame, Create Scenario and Play Heightmap - Easier to configure your landscape - More things to configure (tree-placer, ..) - Speedup of world generation - New console command 'restart': restart the map EXACTLY as it was when you first started it (needs a game made after or with this commit) - New console command 'getseed': get the seed of your map and share it with others (of course only works with generated maps) - Many new, world generation related, things - Many internal cleanups and rewrites Many tnx to those people who helped making this: Belugas, DaleStan, glx, KUDr, RichK67, Rubidium, and TrueLight (alfabetic) Many tnx to those who helped testing: Arnau, Bjarni, and tokai (alfabetic) And to all other people who helped testing and sending comments / bugs Stats: 673 lines changed, 3534 new lines, 79 new strings
|
|
tron
|
r4290:fe7b521aa007
|
18 years ago
|
|
|
|
rubidium
|
r4261:8c2d0c75e37a
|
18 years ago
|
|
(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch] -Cleanup: fix whitespace related coding style issues in date.[ch] -Cleanup: make original comments doxygen compatible and remove/change outdated comments
|
|
Darkvater
|
r4256:15dccd2d3b80
|
18 years ago
|
|
|
|
Darkvater
|
r4220:ecc4f07e457a
|
18 years ago
|
|
(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs. - Fix: forgot to remove GetLanguageList from functions.h in previous commit
|
|
truelight
|
r4135:692c95d11572
|
18 years ago
|
|
|
|
belugas
|
r4120:a593e0a0559d
|
18 years ago
|
|
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder. A song can now be removed from the programmed list (in custom list 1 and 2) by clicking on it. Added music.c[ch] files, to make it all a bit cleaner. Now, the name of the gm file is associated with the title of the song.
|
|
truelight
|
r4113:041071d0a596
|
18 years ago
|
|
|
|
peter1138
|
r4094:797cfe595dd2
|
18 years ago
|
|
(svn r5426) - Makefile: Make the configure script work properly for setting target compilers; Set CC_TARGET / CXX_TARGET up the same way as CC_HOST / CXX_HOST, and add or fix their options within the configure script. In the Makefile, instead of overriding CC / CXX with the target compilers if they are set, set the target compilers with the default compilers if none are set (bit of a mouthful), and use the target compilers explicitly.
|
|
peter1138
|
r3994:2d04c2a55ee1
|
18 years ago
|
|
|
|
bjarni
|
r3907:2fd2364f4128
|
18 years ago
|
|
(svn r4997) -Fix: [OSX] reverted the OSX part of rev 4994 as it caused dyld (lib) crashes now OSX strips after linking again
|
|
truelight
|
r3906:4df2d2965a36
|
18 years ago
|
|
|
|
truelight
|
r3905:83749da135ee
|
18 years ago
|
|
|
|
truelight
|
r3903:e536fca203a3
|
18 years ago
|
|
(svn r4991) -Fix: don't compile UNITTEST by default, it isn't needed -Fix: do not use hardcoded names for things like 'strip', keep it configurable!!
|
|
truelight
|
r3901:e1883f03cb26
|
18 years ago
|
|
|
|
KUDr
|
r3900:1c2675abec23
|
18 years ago
|
|
|
|
belugas
|
r3866:89c9bb7440d9
|
18 years ago
|
|
(svn r4902) Newgrf : Introduction of the newgrf_cargo files. Clearing engine and newgrf_engine from cargo related structures. Apart from moving stuff cargo related, there is nothing really newcargo for now.
|
|
peter1138
|
r3745:283331604f56
|
18 years ago
|
|
|
|
celestar
|
r3619:3b36642a85ee
|
18 years ago
|
|
|
|
celestar
|
r3618:648c1f8bdf6b
|
18 years ago
|
|
|
|
belugas
|
r3601:85f189a0e58b
|
18 years ago
|
|
(svn r4493) Newgrf : Action 04. Beginning of implementation. Some TODOs left, but the core is there. Thanks to Peter1138 for code, advice and patience And to Patchman for letting us define a lot of langids :)
|
|
peter1138
|
r3595:f5f73809e982
|
18 years ago
|
|
(svn r4486) - NewGRF: Create and use a memory pool to manage sprite groups. This reduces the amount of house keeping we do and the chance of memory leaks.
|
|
Darkvater
|
r3409:220610c2bd72
|
19 years ago
|
|
|
|
Darkvater
|
r3408:c3a86e4e368a
|
19 years ago
|
|
|
|
peter1138
|
r3406:09c16306d4ff
|
19 years ago
|
|
|
|
bjarni
|
r3389:76e0683ee617
|
19 years ago
|
|
|
|
bjarni
|
r3380:0f336fc1ee7a
|
19 years ago
|
|
(svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore This should hopefully fix the issue where WITH_SDL can be defined while SDL-CONFIG is not Added an error if WITH_SDL is defined but SDL-CONFIG is not. The same goes for WITH_PNG even though nobody reported this as a problem removed STATIC_ZLIB_PATH as it turns out that nobody used it
|
|
celestar
|
r3355:881cb92af87e
|
19 years ago
|
|
|
|
bjarni
|
r3354:b5f8903e38f1
|
19 years ago
|
|
(svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiled Now OSX stores object files in .OSX and instead of making FAT object files, there are one for each architecture Each architecture got their own targets to make a non-FAT binary and in the end, lipo will merge them into one binary It's now possible to select which architectures you want to support by defining OTTD_PPC, OTTD_PPC970 (G5) and/or OTTD_i386 All combos are supported. UNIVERSAL_BINARY and TRIPLE_BINARY can still be used even though it's possible to gain the same result by using the new flags Making a universal build when you already got part of it compiled (say the PPC part), it will reuse it and only compile the i386 part to save time Note: in some cases when you switch flags, you risk that openttd is not updated. Delete it and try again. The Makefile can't solve this except if it forces linking each time This fixes: FS #87 universal binary building borked in 0.4.7 Now universal binaries work on OSX 10.3.9 again Building universal binaries no longer needs to store flags in Makefile.config as the new design makes it possible to figure everything out automatically
|
|
Darkvater
|
r3341:9e6b46ee7ba7
|
19 years ago
|
|
|
|
celestar
|
r3334:a57409640615
|
19 years ago
|
|
(svn r4113) Moved all relevant map functions for stations to station_map.[ch] Some work with animated tiles remains. Thanks to Tron for parts of the code and lots of proof-reading and suggesting
|
|
tron
|
r3313:892b5bd7692e
|
19 years ago
|
|
|
|
bjarni
|
r3311:0258cc7ad828
|
19 years ago
|
|
(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
|
|
bjarni
|
r3294:48afb2c79c16
|
19 years ago
|
|
(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
|
|
bjarni
|
r3260:20b5999aee24
|
19 years ago
|
|
(svn r3966) -Fix: [OSX and some linux] [ 1157244 ] Can't save game if name contains german umlauts now it saves correctly, but the load window still display some chars wrong (fix by ln-)
|
|
tron
|
r3214:30243f5df9c0
|
19 years ago
|
|
|
|
bjarni
|
r3212:662b4c6b9bee
|
19 years ago
|
|
|
|
bjarni
|
r3211:ed19c06bf5f0
|
19 years ago
|
|
(svn r3882) -Codechange: [OSX] changed the way universal and tripple binaries are build Instead of compiling a binary for each arch and then join them in the end, each .o file is now compiled as a fat file This means that the makefile will not call itself to make a binary for each target and we don't have to make clean between each build it also means that if one file changed, we don't have to recompile all files Another benefit is since it's handled at .o level and though LDFLAGS, no special code is needed if we decide to compile more binaries (like a lot of stuff used to happen at post linking) We also needs much less flags to set up, so it should be even easier to get to work out of the box now The tradeoff in doing so is that now the binary needs at least OSX 10.3.9 to execute To deal with this issue, the JAGUAR flag can be used to compile for older OSes. We will release a binary for old OSes at next release to see if anybody even downloads it (not that many people use OSX 10.2 anymore) GPMI will not work on 10.2 anyway so we will cut support for it some day anyway
|
|
truelight
|
r3197:2fe632272d17
|
19 years ago
|
|
|
|
tron
|
r3154:4ad5fba6d52a
|
19 years ago
|
|
|
|
tron
|
r3146:b3862f32db0e
|
19 years ago
|
|
|
|
bjarni
|
r3141:c1bccd70586e
|
19 years ago
|
|
|
|
bjarni
|
r3085:894008d3d031
|
19 years ago
|
|
(svn r3674) -Feature: [OSX] Added support for tripple binaries (binaries optimised for G3, G5 and i686) G4 have no problems using G3 code while G5 can, but really benefit from getting their own optimised code (Apple: G5 is not just a fast G4) Also changed FAT_BINARY to UNIVERSAL_BINARY since Apple removed most (all?) references to fat binaries on their homepage two days after I added FAT_BINARY
|
|
bjarni
|
r3084:a5e85a4a5104
|
19 years ago
|
|
(svn r3673) -Codechange: [OSX] changed the makefile to autodetect if it compiles on G5 and then adds flags to optimise for G5 This will not interfere with crosscompiling or universal binaries
|
|
Darkvater
|
r3042:c3fdf30e50a5
|
19 years ago
|
|
|
|
bjarni
|
r3031:4a73aebcbd56
|
19 years ago
|
|
(svn r3611) -Feature: [OSX profiling] Shark (Xcode's profiling tool) can now relate CPU usage to lines in the source files Now OSX users can tell what lines in the C code that keeps the CPU busy instead of just ASM code Note: PROFILE needs to be enabled in Makefile.config for this to work
|
|
Darkvater
|
r2997:e3be8c451cca
|
19 years ago
|
|
|
|
peter1138
|
r2963:056135abdc92
|
19 years ago
|
|
|
|
peter1138
|
r2962:16f2ef02fde1
|
19 years ago
|
|
|
|
matthijs
|
r2948:e894a7a52a1d
|
19 years ago
|
|
(svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there. - Fix: Fix small syntactic error in the manpage.
|
|
truelight
|
r2918:964bc0b551d8
|
19 years ago
|
|
|
|
Darkvater
|
r2916:04b29c805eb5
|
19 years ago
|
|
(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron) - The only change is that the nsignalsw.grf file is kept and that existing nightlies with PBS signals get those signals converted to combo-signals.
|
|
matthijs
|
r2901:7137930b7071
|
19 years ago
|
|
|
|
bjarni
|
r2835:e7d4ae55b868
|
19 years ago
|
|
(svn r3383) -Code cleanup: [OSX] removed SDL support from FAT binaries as it caused problems for non-SDL builds FAT binaries now need to rely on COCOA drivers. SDL didn't work properly anyway
|
|
bjarni
|
r2834:75f4fbf2be07
|
19 years ago
|
|
|
|
tron
|
r2800:344e8a20c34b
|
19 years ago
|
|
|
|
tron
|
r2792:0462813fcc44
|
19 years ago
|
|
(svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed Also really automagically create the dependency directories by deriving the directory names from $(DEPS)
|
|
Darkvater
|
r2779:e39a46c0e9d3
|
19 years ago
|
|
|
|
tron
|
r2767:8b2ae5bad046
|
19 years ago
|
|
(svn r3313) Remove GPMI related changes from trunk Revisions in detail: 2542, 3226 (partial), 3229, 3231, 3232, 3238, 3242-3245, 3251, 3253, 3260, 3263, 3265, 3266, 3269, 3277, 3278, 3279, 3283 (partial), 3304, 3305, 3306
|
|
tron
|
r2751:bebf33ce4f8a
|
19 years ago
|
|
|
|
tron
|
r2742:44092434c31d
|
19 years ago
|
|
|
|
bjarni
|
r2736:03cd6438b59f
|
19 years ago
|
|
(svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil) you can still use SDL drivers if you like and you have to run "make upgradeconf" to start using the cocoa drivers (or manually write WITH_COCOA:=1) since SDL breaks the cocoa drivers, you can't compile with both SDL and cocoa support Using cocoa drivers makes it easier to make universal binaries and it solves: -FS #18 [OSX] SDL is weird in universal binaries -FS #2 [OSX] lazy pointer crash on exit -FS #10 [OSX] linking error when linking statically to SDL 1.2.8 (needless to explain this, but it means it should be able to compile statically with the default settings now) -[ 1215073 ] Switching to large size out of fullscreen crashes Using SDL drivers will still have those issues though
|
|
tron
|
r2735:75c50e403144
|
19 years ago
|
|
(svn r3280) Merge the seperate (C|CXX|OBJC)_SOURCES variables into a single variable SRCS Now adding a new file to compile is just adding a line like SRCS += $(FIILE), regardless of type
|
|
bjarni
|
r2731:c44963662119
|
19 years ago
|
|
|
|
bjarni
|
r2730:99fe1b43f44b
|
19 years ago
|
|
|
|
bjarni
|
r2729:b1d922058a66
|
19 years ago
|
|
(svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar) JAGUAR and FAT_BINARY can't be used at the same time JAGUAR will disable network support due to missing libs in 10.2
|
|
bjarni
|
r2728:15f1fcbf00eb
|
19 years ago
|
|
(svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instead of 10.4 10.2 support appears to be broken right now Changed BUILD_UNIVERSAL_BINARY into FAT_BINARY (I got tired of typing)
|
|
bjarni
|
r2722:03de2e98e9a2
|
19 years ago
|
|
(svn r3267) -Codechange: [OSX] universal binary makefile code cleanup now PPC code is always compiled before x86 code strgen and lng files are only compiled once, which results in shorter building time the makefile now assigns default values to undefined values so much less needs to be set up the code is now easier to maintain
|
|
bjarni
|
r2719:d2987c332ad1
|
19 years ago
|
|
(svn r3264) -Codechange: [OSX] OSX targets will now always use the preprocessor to determine endianess this means that ENDIAN_FORCE is obsolite since it's always overwritten with PREPROCESSOR Since the preprocessor should never be able to pick wrong, it's easier this way specially when compiling universal binaries as they got both endianess
|
|
bjarni
|
r2717:5c89b464eff7
|
19 years ago
|
|
|
|
bjarni
|
r2714:0ce897ce4efd
|
19 years ago
|
|
|
|
bjarni
|
r2713:674640c7ae09
|
19 years ago
|
|
(svn r3258) -Feature: [OSX] added support for universal binaries it needs both PPC and x86 libs to compile due to this fact, compilation with libPNG or SDL is not tested (dedicated servers only) only PPC part is tested as I don't have x86 OSX
|
|
bjarni
|
r2712:456bfc752da7
|
19 years ago
|
|
(svn r3257) -Codechange: [OSX] removed the dynamic lib in bundle option (introduced in rev 3230) it caused way more problems than it solved
|
|
truelight
|
r2689:3a70042dcc1c
|
19 years ago
|
|
|
|
bjarni
|
r2688:3242286c03ba
|
19 years ago
|
|
(svn r3230) -Feature: [OSX] OSX builds can now change where it searches for dynamic libs and can move libs into the bundle This is not a fix for the issues with static linking, more like a workaround. Static linking still got issues Apple recommends to use dynamic linking anyway, so I guess this doesn't matter much
|
|
bjarni
|
r2672:0f51e63b0069
|
19 years ago
|
|
(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep before starting to overwrite old ones max_autosave_num in the config files sets the number of autosaves to keep (default 16) MAX_NUM_AUTOSAVES in Makefile.config sets the default value. 16 is used if no value is given this behaviour can still be overwritten by keep_all_autosave (openttd.config setting) Note: this is a requested behaviour for PDA ports, since they got limited storage space
|
|
peter1138
|
r2625:27ad3b929a5b
|
19 years ago
|
|
(svn r3167) - NewGRF: Start moving custom station code to separate files. Rewrite handling of station classes. Allow for more than 8 station tile layouts. Start of code to unload custom stations.
|
|
truelight
|
r2576:7fd8df558d87
|
19 years ago
|
|
(svn r3113) -Fix: The Makefile had 64bit code which was obsolete, not to say wrong. This removes all the 64bit stuff from the Makefile. Everything should work just fine. Also removed the warning on amd64, 64bit OpenTTD is stable. Tnx to dst for commenting and testing on this subject.
|
|
bjarni
|
r2555:1472393f4e19
|
19 years ago
|
|
|