tron
bd2eba11b7
(svn r3299) Remove the unimplemented -l option, which should select the language
2005-12-14 06:32:06 +00:00
tron
4634243110
(svn r3299) Remove the unimplemented -l option, which should select the language
2005-12-14 06:32:06 +00:00
tron
a2533d5ee6
(svn r3298) Remove unused and write-only variables
2005-12-14 06:28:48 +00:00
tron
bf98086de8
(svn r3298) Remove unused and write-only variables
2005-12-14 06:28:48 +00:00
tron
9822b4d755
(svn r3297) Staticise
2005-12-14 06:20:23 +00:00
tron
23bfc03054
(svn r3297) Staticise
2005-12-14 06:20:23 +00:00
tron
ae624ee690
(svn r3296) Warn about testing an undefined macro with #if - should most probably be #ifdef
2005-12-14 06:16:34 +00:00
tron
ce94c90a7b
(svn r3296) Warn about testing an undefined macro with #if - should most probably be #ifdef
2005-12-14 06:16:34 +00:00
Darkvater
9b43afecf1
(svn r3295) - Regressionfix: scrolling with mousewheel no longer worked in saveload dialogs because of restriction that scroller is only active for widget + next widget is scrollbar. Yes, we need a better window system.
2005-12-13 22:28:44 +00:00
Darkvater
d8727d7fcd
(svn r3295) - Regressionfix: scrolling with mousewheel no longer worked in saveload dialogs because of restriction that scroller is only active for widget + next widget is scrollbar. Yes, we need a better window system.
2005-12-13 22:28:44 +00:00
Darkvater
573ce05eb8
(svn r3294) - Fix: use INVALID_STRING_ID instead of -1.
...
- Fix: savegames only give back one message, show this by ignoring the first argument. Perhaps make the message more verbose in the future by adding STR_ equivalents next to the already existing debug messages.
2005-12-13 21:21:57 +00:00
Darkvater
56998926e7
(svn r3294) - Fix: use INVALID_STRING_ID instead of -1.
...
- Fix: savegames only give back one message, show this by ignoring the first argument. Perhaps make the message more verbose in the future by adding STR_ equivalents next to the already existing debug messages.
2005-12-13 21:21:57 +00:00
Darkvater
acf8bba4f6
(svn r3293) - Miscellaneous: add peter1138 as developer
2005-12-13 20:20:44 +00:00
Darkvater
2a60262c99
(svn r3293) - Miscellaneous: add peter1138 as developer
2005-12-13 20:20:44 +00:00
peter1138
fc9c1c0f4e
(svn r3292) - Autoreplace: Disallow replacing to an engine type that already has a replacement set up; this stops loops being set up.
2005-12-13 12:31:48 +00:00
peter1138
560a4a9c4a
(svn r3292) - Autoreplace: Disallow replacing to an engine type that already has a replacement set up; this stops loops being set up.
2005-12-13 12:31:48 +00:00
peter1138
219a63238c
(svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with INVALID_ENGINE, as appropriate.
2005-12-13 09:57:07 +00:00
peter1138
04f39ef749
(svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with INVALID_ENGINE, as appropriate.
2005-12-13 09:57:07 +00:00
peter1138
ea2d440827
(svn r3290) - Fix: "[ 1360054 ] Rename Sign, Cause Game Crash, nightly version r3213": Added filter to test for valid character input.
2005-12-13 07:32:06 +00:00
peter1138
07c3abfe92
(svn r3290) - Fix: "[ 1360054 ] Rename Sign, Cause Game Crash, nightly version r3213": Added filter to test for valid character input.
2005-12-13 07:32:06 +00:00
tron
17aab1797b
(svn r3289) 32 times static
2005-12-11 10:36:48 +00:00
tron
2dc8e0c3d9
(svn r3289) 32 times static
2005-12-11 10:36:48 +00:00
peter1138
a7730d4a09
(svn r3288) Set svn properties on cocoa related files, and add Id tag.
...
Add extern to cocoa sound driver.
2005-12-11 10:25:27 +00:00
peter1138
f4e1f18a15
(svn r3288) Set svn properties on cocoa related files, and add Id tag.
...
Add extern to cocoa sound driver.
2005-12-11 10:25:27 +00:00
tron
0d1c598833
(svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
2005-12-11 07:36:49 +00:00
tron
ec2675c2c5
(svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
2005-12-11 07:36:49 +00:00
bjarni
1adc1738f7
(svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default
2005-12-10 23:03:59 +00:00
bjarni
42d8e8410b
(svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default
2005-12-10 23:03:59 +00:00
truelight
ad756fff55
(svn r3285) -Codechange: Tron was confused by a name, so let's make him happy,
...
prefixed it with 'tmp', so now we know it is a temp char* :)
2005-12-10 18:50:07 +00:00
truelight
be65f908c8
(svn r3285) -Codechange: Tron was confused by a name, so let's make him happy,
...
prefixed it with 'tmp', so now we know it is a temp char* :)
2005-12-10 18:50:07 +00:00
truelight
af1531db4a
(svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron)
2005-12-10 18:47:40 +00:00
truelight
0de260182b
(svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron)
2005-12-10 18:47:40 +00:00
truelight
d8721d33e6
(svn r3283) -Fix: decode_parameters was still used, while _cmd_text is the way
...
-Fix: _cmd_text is cleared after a command, so we need to store it
temporaray in order to first test the command, before executing
2005-12-10 18:43:49 +00:00
truelight
ba7cc8e190
(svn r3283) -Fix: decode_parameters was still used, while _cmd_text is the way
...
-Fix: _cmd_text is cleared after a command, so we need to store it
temporaray in order to first test the command, before executing
2005-12-10 18:43:49 +00:00
peter1138
80986fcd32
(svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed()
2005-12-10 12:05:39 +00:00
peter1138
809b03c81a
(svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed()
2005-12-10 12:05:39 +00:00
bjarni
50a1e16943
(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
2005-12-10 11:16:45 +00:00
bjarni
6a6e145010
(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
2005-12-10 11:16:45 +00:00
tron
c0218be57a
(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
2005-12-10 07:29:31 +00:00
tron
f1877b3fe9
(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
2005-12-10 07:29:31 +00:00
truelight
b450e0228b
(svn r3279) -Fix: do not try to execute something that is not set to execute
...
-Fix: do not increase an uid number if it isn't returned
2005-12-09 19:29:11 +00:00
truelight
b6ca90e021
(svn r3279) -Fix: do not try to execute something that is not set to execute
...
-Fix: do not increase an uid number if it isn't returned
2005-12-09 19:29:11 +00:00
truelight
0941c039ab
(svn r3278) -Fix: lets update the tail-pointer if we add a new item, else the linkedlist never grows ;)
2005-12-09 19:12:11 +00:00
truelight
c872ac4eb4
(svn r3278) -Fix: lets update the tail-pointer if we add a new item, else the linkedlist never grows ;)
2005-12-09 19:12:11 +00:00
truelight
e9e5f2a235
(svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Igor2Code)
2005-12-09 17:42:56 +00:00
truelight
e9e1c4de53
(svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Igor2Code)
2005-12-09 17:42:56 +00:00
bjarni
3923eab424
(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
2005-12-09 13:17:31 +00:00
bjarni
26a5e120e8
(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
2005-12-09 13:17:31 +00:00
bjarni
073aae307e
(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
2005-12-09 13:07:21 +00:00
bjarni
6cfdfcc4ba
(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
2005-12-09 13:07:21 +00:00