rubidium
17aac5c493
(svn r16624) -Fix: depend was compiled with the same compiler as the OpenTTD binary, causing depend to silently fail during cross-compiles
2009-06-22 20:33:15 +00:00
rubidium
952f740866
(svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all
2009-06-22 20:22:04 +00:00
rubidium
ca89673347
(svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all
2009-06-22 20:22:04 +00:00
smatz
c03ce4b1c7
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
2009-06-01 11:49:46 +00:00
smatz
d091c7d80f
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
2009-06-01 11:49:46 +00:00
glx
118d444be2
(svn r16443) -Fix: running 'make depend' after 'configure' in a fresh checkout failed
2009-05-26 23:05:11 +00:00
glx
1d61619adc
(svn r16443) -Fix: running 'make depend' after 'configure' in a fresh checkout failed
2009-05-26 23:05:11 +00:00
rubidium
4033f786bd
(svn r16419) -Fix [FS#2916]: MSYS has two distinct ways to write paths. When calling external binaries it resolves paths which causes comparisons between a resolved and unresolved path. So always use the resolved path instead of the unresolved one.
2009-05-24 17:34:39 +00:00
rubidium
a25584b76f
(svn r16419) -Fix [FS#2916]: MSYS has two distinct ways to write paths. When calling external binaries it resolves paths which causes comparisons between a resolved and unresolved path. So always use the resolved path instead of the unresolved one.
2009-05-24 17:34:39 +00:00
rubidium
a34d5bb6ab
(svn r16318) -Change: use !! instead of @@ in src/*.in too.
...
-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.
2009-05-16 12:36:33 +00:00
rubidium
5d2b6f8474
(svn r16318) -Change: use !! instead of @@ in src/*.in too.
...
-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.
2009-05-16 12:36:33 +00:00
glx
b3a539b016
(svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend.
2009-05-14 21:59:24 +00:00
glx
3cf9fc17f6
(svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend.
2009-05-14 21:59:24 +00:00
rubidium
364e2a110d
(svn r15344) -Change [Makefile]: don't recompile everything when english.txt changes, but only whatever includes table/strings.h.
2009-02-04 23:40:01 +00:00
rubidium
85594561e0
(svn r15344) -Change [Makefile]: don't recompile everything when english.txt changes, but only whatever includes table/strings.h.
2009-02-04 23:40:01 +00:00
truebrain
a3dd7506d3
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.
...
NoAI is an API (a framework) to build your own AIs in. See:
http://wiki.openttd.org/wiki/index.php/AI:Main_Page
With many thanks to:
- glx and Rubidium for their syncing, feedback and hard work
- Yexo for his feedback, patches, and AIs which tested the system very deep
- Morloth for his feedback and patches
- TJIP for hosting a challenge which kept NoAI on track
- All AI authors for testing our AI API, and all other people who helped in one way or another
-Remove: all old AIs and their cheats/hacks
2009-01-12 17:11:45 +00:00
truebrain
c2406cd42d
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.
...
NoAI is an API (a framework) to build your own AIs in. See:
http://wiki.openttd.org/wiki/index.php/AI:Main_Page
With many thanks to:
- glx and Rubidium for their syncing, feedback and hard work
- Yexo for his feedback, patches, and AIs which tested the system very deep
- Morloth for his feedback and patches
- TJIP for hosting a challenge which kept NoAI on track
- All AI authors for testing our AI API, and all other people who helped in one way or another
-Remove: all old AIs and their cheats/hacks
2009-01-12 17:11:45 +00:00
truebrain
00b3d6f923
(svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dir
2009-01-06 00:48:19 +00:00
truebrain
ae0c25e530
(svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dir
2009-01-06 00:48:19 +00:00
rubidium
a614dd7174
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
2008-11-26 13:12:45 +00:00
rubidium
5dd4735da1
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
2008-11-26 13:12:45 +00:00
smatz
14d8689e66
(svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator, it could be understood in a wrong way by shell
2008-10-14 19:47:28 +00:00
smatz
ab00ea7393
(svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator, it could be understood in a wrong way by shell
2008-10-14 19:47:28 +00:00
skidd13
5b8af7db3b
(svn r14443) -Change: Unify the delimiters used in config* and make*
2008-10-06 17:05:44 +00:00
skidd13
91665fd7e4
(svn r14443) -Change: Unify the delimiters used in config* and make*
2008-10-06 17:05:44 +00:00
matthijs
157b625263
(svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" command, in
...
case there are platforms where tab is not the default.
2008-09-08 06:27:08 +00:00
matthijs
1574bd18b1
(svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" command, in
...
case there are platforms where tab is not the default.
2008-09-08 06:27:08 +00:00
matthijs
6cf61714ca
(svn r14261) -Change [Makefile]: Move the revision detection code from Makefile.src.in to a
...
new bash script findversion.sh. This commit should have no functional changes.
2008-09-07 13:24:49 +00:00
matthijs
8f69465314
(svn r14261) -Change [Makefile]: Move the revision detection code from Makefile.src.in to a
...
new bash script findversion.sh. This commit should have no functional changes.
2008-09-07 13:24:49 +00:00
truebrain
72f86fe801
(svn r14255) -Fix [configure]: remove the requirement to have a recent enough 'grep' which understands -m. Instead, use 'head -n 1' which is more common available
2008-09-06 12:54:11 +00:00
truebrain
a42bef612e
(svn r14255) -Fix [configure]: remove the requirement to have a recent enough 'grep' which understands -m. Instead, use 'head -n 1' which is more common available
2008-09-06 12:54:11 +00:00
truebrain
2f350316b6
(svn r14244) -Fix: add 'Auto-generated' text when autogenerated, not in template (complain by blathijs ;))
2008-09-04 19:15:52 +00:00
truebrain
113fbb8cb3
(svn r14244) -Fix: add 'Auto-generated' text when autogenerated, not in template (complain by blathijs ;))
2008-09-04 19:15:52 +00:00
glx
bb92a7ab08
(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':').
2008-08-30 13:15:36 +00:00
glx
01ce633a93
(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':').
2008-08-30 13:15:36 +00:00
glx
618681997d
(svn r14072) -Fix (r14053): branch detection failed with mawk (peter1138)
2008-08-14 15:37:52 +00:00
glx
9b2919852a
(svn r14072) -Fix (r14053): branch detection failed with mawk (peter1138)
2008-08-14 15:37:52 +00:00
glx
4d10054112
(svn r14053) -Fix: branch detection failed for svn+ssh repos
2008-08-12 18:03:32 +00:00
glx
86865d7f4c
(svn r14053) -Fix: branch detection failed for svn+ssh repos
2008-08-12 18:03:32 +00:00
smatz
50f7e7a71e
(svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed
2008-07-31 20:09:54 +00:00
smatz
2dedd3803a
(svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed
2008-07-31 20:09:54 +00:00
smatz
c04965c8db
(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile
2008-07-31 19:19:29 +00:00
smatz
513efe0fbe
(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile
2008-07-31 19:19:29 +00:00
smatz
c7a9637834
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
2008-06-03 18:35:58 +00:00
smatz
1f55797fe3
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
2008-06-03 18:35:58 +00:00
glx
400ca1dae5
(svn r11469) -Fix (r11051): only consider changes in src when detecting modified (M) version
2007-11-18 22:37:44 +00:00
glx
25a636d6cd
(svn r11469) -Fix (r11051): only consider changes in src when detecting modified (M) version
2007-11-18 22:37:44 +00:00
glx
272a21077d
(svn r11468) -Fix (r11330): rev number detection didn't work for git with msys/mingw
2007-11-18 20:38:24 +00:00
glx
e549379690
(svn r11468) -Fix (r11330): rev number detection didn't work for git with msys/mingw
2007-11-18 20:38:24 +00:00
truelight
945ca0c635
(svn r11336) -Fix r11330: '#' means comment in gmake, so don't use it in seds
2007-10-21 20:14:15 +00:00