1
0
Fork 0
Commit Graph

35 Commits (09cf61b4661373ee2ecaf92f807cb7f76b821b6a)

Author SHA1 Message Date
rubidium 9878c58727 (svn r13915) [0.6] -Backport from trunk:
- Update: translations.
- Fix: Custom vehicle names from TTD(Patch) games were lost (r13884)
2008-08-01 19:20:16 +00:00
rubidium a0f6275c3a (svn r13827) [0.6] -Backport from trunk:
- Fix: Building through the wrong side of a drive through station was allowed [FS#2166] (r13822)
- Fix: Check for vehicle length changes outside a depot (callback 0x11) and give a warning about that [FS#2150] (r13816)
- Fix: Remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed (r13714)
2008-07-25 19:54:14 +00:00
rubidium bafea078f2 (svn r13710) [0.6] -Prepare: for 0.6.2-RC1. 2008-07-16 16:05:52 +00:00
rubidium 808f15e43f (svn r13352) [0.6] -Backport from trunk (r13348, r13222, r13221, r13217):
- Fix: Industry tiles would sometimes tell they need a 'level' slope when they do not want the slope (r13348)
- Fix: Attempts to make the old AI perform better (r13217, r13221, r13222)
2008-06-01 16:45:32 +00:00
rubidium 71144d1a98 (svn r13203) [0.6] -Prepare: for 0.6.1-RC2. 2008-05-20 22:05:25 +00:00
rubidium 9e966f9cd0 (svn r12907) [0.6] -Backport from trunk r12906:
- Fix: Vehicle groups, engine replacement rules and player/company names were not properly reset/freed after bankrupt (r12906)
[0.6] -Prepare: for 0.6.1-RC1.
2008-04-26 20:54:56 +00:00
rubidium 1a495b0b1c (svn r12524) [0.6] -Update: some documentation. 2008-03-31 22:09:27 +00:00
rubidium 624549464f (svn r12465) [0.6] -Fix: for the 0.6.x releases we shouldn't say we're 0.7.0~svn. 2008-03-28 11:51:58 +00:00
belugas 1f9dce4697 (svn r12432) [0.6] -Change: Update documentation for release of RC1 2008-03-26 15:24:34 +00:00
belugas 266dd80f6c (svn r12337) -Change: update some documentation. 2008-03-04 17:07:33 +00:00
belugas 0cdf2b525f (svn r12181) -Change: update some documentation. 2008-02-18 20:59:04 +00:00
rubidium ef112812c6 (svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case. 2008-01-15 20:44:31 +00:00
rubidium f854b129af (svn r11612) -Change: update some documentation. 2007-12-09 21:23:20 +00:00
rubidium 56f332fafd (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD. 2007-11-18 14:57:14 +00:00
rubidium 50cf379330 (svn r11115) -Merge: release changes from 0.5. 2007-09-15 12:43:04 +00:00
rubidium 9d994ce270 (svn r10589) -Fix (Debian): --enable-install is not needed anymore. 2007-07-16 13:48:12 +00:00
rubidium 1761ff341c (svn r10378) -Merge: release changes from 0.5. 2007-06-28 19:02:59 +00:00
rubidium 902b2a1d58 (svn r9979) -Merge: release changes from 0.5. 2007-05-29 18:55:15 +00:00
rubidium eda671a752 (svn r9700) -Merge: Release changes from 0.5 branch back to trunk. 2007-04-20 20:48:04 +00:00
rubidium bc86bc3801 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk. 2007-04-17 21:08:05 +00:00
rubidium d5f16924d9 (svn r9424) -Merge: Release changes from 0.5 branch back to trunk. 2007-03-24 00:02:13 +00:00
Darkvater 285c068aae (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc. 2007-02-27 16:51:49 +00:00
rubidium 6e4f855993 (svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules. 2007-01-02 21:29:11 +00:00
rubidium 8b67672080 (svn r7765) -Fix (r7759): forgot to update the os/debian files. 2007-01-02 20:35:16 +00:00
matthijs a3e0d20c64 (svn r7625) * Change debian packaging version to support proper upgrading from/to release versions. 2006-12-29 21:30:31 +00:00
matthijs d88e549d9f (svn r7533) -Codechange [Debian]: Update debian packaging files
- Update to latest standards version.
	- Fix rules to compile only once.
2006-12-21 14:44:19 +00:00
Darkvater 24b31ea883 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc. 2006-03-26 21:07:56 +00:00
matthijs 2eafeaf7d6 (svn r4033) - Codechange: [Debian] Update debian packaging files to use debconf for user interaction. 2006-03-22 21:08:05 +00:00
matthijs ba5172d0f4 (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
* Fix a small debconf issue which was in the 0.4.5 release.
2006-03-08 23:12:38 +00:00
matthijs 085cc7ca0e (svn r2446) * Made os/debian/rules executable. 2005-06-16 01:25:01 +00:00
matthijs 8ef3f896f5 (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
This fix solves the issue for now by installing scenarios in the system-wide data dir.
- Add: 32x32 xpm format icon, used for debian packaging.
- Some minor updates to the os/debian directory.
2005-05-28 10:32:09 +00:00
matthijs 19c55cbb75 (svn r1650) - Added known-bugs.txt to os/debian/docs 2005-01-24 21:51:06 +00:00
matthijs b9c13283a4 (svn r1644) - Some minor corrections to the os/debian dir. 2005-01-24 20:33:43 +00:00
matthijs 76363231be (svn r1118) * Added a minimal manpage with references to where to get real info
* Specified installation locations in the os/debian/rules script so it works now.
2004-12-15 22:46:53 +00:00
bjarni d1a88cbbca (svn r291) Minor fix to english.txt
added debian support (blathijs)
improved make install (blathijs)
2004-09-18 16:29:12 +00:00