Commit Graph

47966 Commits

Author SHA1 Message Date
tron
fa9506b191 (svn r1999) r1990 broke savegame deletion, fix that [1161729] 2005-03-12 09:24:27 +00:00
tron
70be35f319 (svn r1999) r1990 broke savegame deletion, fix that [1161729] 2005-03-12 09:24:27 +00:00
pasky
9cf1124d86 (svn r1998) Give penalty 100 to the AI for using foundations (buildonslopes). This prevents it from building long road lines on foundations unless really necessary. 2005-03-12 08:52:40 +00:00
pasky
e76912303c (svn r1998) Give penalty 100 to the AI for using foundations (buildonslopes). This prevents it from building long road lines on foundations unless really necessary. 2005-03-12 08:52:40 +00:00
pasky
180b1e8f6e (svn r1997) Fixed errorneous tab expansion on the indentation side which happenned in r1993. Pointed out by Tron. 2005-03-12 01:02:17 +00:00
pasky
2d9611f948 (svn r1997) Fixed errorneous tab expansion on the indentation side which happenned in r1993. Pointed out by Tron. 2005-03-12 01:02:17 +00:00
pasky
2a35773a1b (svn r1996) makefile.config -> Makefile.config, that's its name. 2005-03-11 22:48:37 +00:00
pasky
bf8965a615 (svn r1996) makefile.config -> Makefile.config, that's its name. 2005-03-11 22:48:37 +00:00
pasky
935da8cabb (svn r1995) Makefile: Use the install tool instead of mkdir+cp for installing the system-wide stuff, more secure. Based on Peter Brett's patch 1152428. 2005-03-11 22:47:33 +00:00
pasky
e003532701 (svn r1995) Makefile: Use the install tool instead of mkdir+cp for installing the system-wide stuff, more secure. Based on Peter Brett's patch 1152428. 2005-03-11 22:47:33 +00:00
pasky
0154408b37 (svn r1994) Fix: 1159456 - hopefully prevent the new AI to get stuck in an infinite loop forlorny trying to build its haven. Unintentionally bundled with trivial tidyup. 2005-03-11 22:27:49 +00:00
pasky
89d1c60c3f (svn r1994) Fix: 1159456 - hopefully prevent the new AI to get stuck in an infinite loop forlorny trying to build its haven. Unintentionally bundled with trivial tidyup. 2005-03-11 22:27:49 +00:00
pasky
363eb05803 (svn r1993) Fixed some devious [lack of] tabs usage. 2005-03-11 22:07:20 +00:00
pasky
f820aa3f60 (svn r1993) Fixed some devious [lack of] tabs usage. 2005-03-11 22:07:20 +00:00
pasky
76961e1953 (svn r1992) Show the ./svnup.sh output in $PAGER (less if unset). 2005-03-11 19:35:50 +00:00
pasky
83df863b6c (svn r1992) Show the ./svnup.sh output in $PAGER (less if unset). 2005-03-11 19:35:50 +00:00
Darkvater
a25e6eb6bb (svn r1991) - Fix: Fix some of the gaping holes in the colouring, and added some additional info 2005-03-11 18:31:56 +00:00
Darkvater
fea811a4b7 (svn r1991) - Fix: Fix some of the gaping holes in the colouring, and added some additional info 2005-03-11 18:31:56 +00:00
tron
87535e52db (svn r1990) Reduce the diff between the OS specific files with respect to file handling and fix some inconsitencies (I hope I didn't break the OS/2 part, couldn't test it, feedback is welcome) 2005-03-11 14:14:54 +00:00
tron
d755b7908e (svn r1990) Reduce the diff between the OS specific files with respect to file handling and fix some inconsitencies (I hope I didn't break the OS/2 part, couldn't test it, feedback is welcome) 2005-03-11 14:14:54 +00:00
tron
9b6c01f81f (svn r1989) -Feature: Resizable vehicle view windows; this is based on a patch by tmesisbob 2005-03-11 13:17:39 +00:00
tron
eab8b9a116 (svn r1989) -Feature: Resizable vehicle view windows; this is based on a patch by tmesisbob 2005-03-11 13:17:39 +00:00
Darkvater
eb1173c39a (svn r1988) - Docs: Added graphical representation of tile-data to docs section 2005-03-11 00:32:24 +00:00
Darkvater
e98a7ff239 (svn r1988) - Docs: Added graphical representation of tile-data to docs section 2005-03-11 00:32:24 +00:00
Darkvater
0b449bb12a (svn r1987) - Cleanup: remove the last remaining dinosaurs of a dead console 2005-03-10 22:03:55 +00:00
Darkvater
0b82467cf1 (svn r1987) - Cleanup: remove the last remaining dinosaurs of a dead console 2005-03-10 22:03:55 +00:00
Darkvater
bb7b7c0e14 (svn r1986) - Fix: free _config_file when shutting down openttd. Strange that Valgrind didn't catch this, kudos to TrueLight
- Feature (small): new command-line option -c <config_file>. You can have OpenTTD load alternative config files with this setup, handy for servers, or for saves from other players if you don't want to rename your own config. This will have to do until all game-related settings are saved ingame. Couldn't find the SF patch, so credits to the guy that wrote it.
2005-03-10 21:44:17 +00:00
Darkvater
a0ef37e7bc (svn r1986) - Fix: free _config_file when shutting down openttd. Strange that Valgrind didn't catch this, kudos to TrueLight
- Feature (small): new command-line option -c <config_file>. You can have OpenTTD load alternative config files with this setup, handy for servers, or for saves from other players if you don't want to rename your own config. This will have to do until all game-related settings are saved ingame. Couldn't find the SF patch, so credits to the guy that wrote it.
2005-03-10 21:44:17 +00:00
miham
53f35f4bb4 (svn r1985) Automatic langfile updates 2005-03-10 16:09:51 +00:00
miham
8064254eaf (svn r1985) Automatic langfile updates 2005-03-10 16:09:51 +00:00
tron
2116fad350 (svn r1984) -Fix: [1155762] Don't try to open the non-existent menu, when F10 is pressed 2005-03-10 15:41:25 +00:00
tron
8982342c54 (svn r1984) -Fix: [1155762] Don't try to open the non-existent menu, when F10 is pressed 2005-03-10 15:41:25 +00:00
tron
54a40903e3 (svn r1983) Introduce multiple compile time debug levels 2005-03-10 15:23:13 +00:00
tron
c26177d14f (svn r1983) Introduce multiple compile time debug levels 2005-03-10 15:23:13 +00:00
truelight
832372150f (svn r1982) -Fix: also windows has no 'fork' option 2005-03-10 10:59:35 +00:00
truelight
ba89c8d580 (svn r1982) -Fix: also windows has no 'fork' option 2005-03-10 10:59:35 +00:00
tron
ca3ccff729 (svn r1981) Typedef some structs and enums 2005-03-10 07:01:43 +00:00
tron
4bf173e9c1 (svn r1981) Typedef some structs and enums 2005-03-10 07:01:43 +00:00
pasky
d89be97a83 (svn r1980) Check $DESTDIR if $DEST_DIR was not set. 2005-03-09 23:59:18 +00:00
pasky
e6feb22411 (svn r1980) Check $DESTDIR if $DEST_DIR was not set. 2005-03-09 23:59:18 +00:00
tron
eea2dc6c78 (svn r1979) Const correctness 2005-03-09 21:54:52 +00:00
tron
e5121e70d0 (svn r1979) Const correctness 2005-03-09 21:54:52 +00:00
Darkvater
4f2816db05 (svn r1978) - Fix: Plug some memleaks; thanks Valgrind 2005-03-09 19:48:20 +00:00
Darkvater
9bd079d425 (svn r1978) - Fix: Plug some memleaks; thanks Valgrind 2005-03-09 19:48:20 +00:00
tron
0f44f9af60 (svn r1977) Typedef some enums and struct plus some minor style changes 2005-03-09 19:42:37 +00:00
tron
9bc68d209f (svn r1977) Typedef some enums and struct plus some minor style changes 2005-03-09 19:42:37 +00:00
tron
9d1526e0a4 (svn r1976) Cleanups - mostly indentation and fiddling with loops 2005-03-09 19:09:04 +00:00
tron
e6e3e69da4 (svn r1976) Cleanups - mostly indentation and fiddling with loops 2005-03-09 19:09:04 +00:00
pasky
5420bd97da (svn r1975) Minor tweaking of the Czech name generator tables. 2005-03-09 18:19:13 +00:00
pasky
750a265531 (svn r1975) Minor tweaking of the Czech name generator tables. 2005-03-09 18:19:13 +00:00