Commit Graph

273 Commits (5b464bf9feb28dcc87267671d43a811e70b1cf68)

Author SHA1 Message Date
bjarni 16625f4db1 (svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used 19 years ago
bjarni 97b3afe9ae (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
19 years ago
orudge 39ba8235b2 (svn r3175) - Updated OS/2 project file to include station_newgrf.c 19 years ago
bjarni a949e6d3d0 (svn r3031) forgot 1 file and two lines in rev 3029 (mac midi stuff) 19 years ago
bjarni 4eb7a0ac6b (svn r3029) -Change: [OSX] removed the buggy java midi player, which was rendered obsolite by r3022 19 years ago
orudge 6bf8644d29 (svn r2928) - Update OS/2 project with AI file changes 19 years ago
Darkvater acf442102a (svn r2905) fix casing 19 years ago
Darkvater bb05a9a504 (svn r2904) Stupid editors, and renaming files with the same name just different casing is not really possible, so here comes another commit 19 years ago
tron c7a6af38fe (svn r2882) Some fixes for MorphOS (by tokai)
- Don't track dependencies on system headers
- Add an include path
- Silence a warning regarding a bad signal prototype
- Remove executable flag from pictures
- Add proper OTTD icon
19 years ago
orudge 334c4e33f0 (svn r2869) - Update Watcom project with gfxinit.c 19 years ago
orudge e982a24344 (svn r2765) - Update MSVC6 and Watcom projects with strgen/stdafx.c removal 19 years ago
bjarni 6488c2cba0 (svn r2745) -Fix: [OSX] removed the assert window introduced in 2741 from strgen
- it appeared to cause problems and strgen don't need a GUI
  - renamed ottd to openttd in the app menu (Tobin)
19 years ago
bjarni 7e25cd6240 (svn r2741) -Feature: [OSX] added a window to display asserts on OSX (Tobin) 19 years ago
bjarni f1c254befa (svn r2703) - Feature: [OSX] Added a native alert window to show whatever error() needs to print (Tobin made this, while I fixed some issued in it)
- As a bonus, we now have an objective C file (os/macosx/macos.m) to use the functions Apple made to interact with OS stuff
19 years ago
orudge 369b36f6b1 (svn r2695) - Fix: OS/2 project update, add os2.h to dedicated_v.c 19 years ago
orudge b7d4beb440 (svn r2689) - Split OS/2 music driver into os2_m.c, update project file 19 years ago
tron 126fed74d6 (svn r2685) -Codechange: Split the music/sound/video drivers into separate files and move them into subfolders.
This results in shorter and hopefully easier to maintain files.
Note: I had to change paths in #include statements of some unrelated files, because I added the ottd base directory to the include path (-I.)
19 years ago
orudge 2838934486 (svn r2681) - Fix OS/2 port, please do not modify openttd.wpj/tgt by hand unless you know what you're doing! 19 years ago
matthijs 9d61f5efe8 (svn r2446) * Made os/debian/rules executable. 19 years ago
Darkvater a8601e9f40 (svn r2398) - CodeChange: forgot to update unix and os2 specific files as well. 19 years ago
matthijs 457434ea59 (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.
19 years ago
orudge b0d2af22e4 (svn r2357) Small OS/2 update 19 years ago
Darkvater 4a44ac3d84 (svn r2353) - Prepare windows installer for 0.4.0.1 19 years ago
Darkvater 299d470f10 (svn r2346) - Fix: Have the windows installer also delete any spritecache.xx files on uninstall 19 years ago
Darkvater d006bd358f (svn r2325) - Update OpenTTD for 0.4.0 release 19 years ago
truelight b195b77906 (svn r2224) -Fix: capital-correctness for OSX-dir-names 19 years ago
bjarni 9bd93a1148 (svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder 19 years ago
pasky f4ee2c2711 (svn r2077) - Fix: [ 1170978 ] OS/2 project update: add waypoint.c. (-- Owen Rudge) 20 years ago
Darkvater 2e0a7aef22 (svn r2067) - CodeChange: [ 1166931 ] Small OS/2 patch: SVN version detection (orudge) 20 years ago
darkvater f0cd2845d9 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2 20 years ago
Celestar 327261f8fe (svn r2032) -Codechange: A less hackish version of SVN version detection for OS/2 (orudge) 20 years ago
celestar 6f41ecfe9e (svn r2029) -Fix: Added files I forgot to svn add the previous commit 20 years ago
celestar 2c1d712268 (svn r2028) Added detection of SVN version (rev.c generation) for OS/2, updated readme, initial clipboard support (orudge) 20 years ago
darkvater bf895a03d2 (svn r2010) - Fix: [ 1162209 ] Fix OS/2 build (orudge) 20 years ago
tron 7cac482a73 (svn r1805) Teach the driver layer a few things about const correctness 20 years ago
darkvater c8ca8130bd (svn r1732) - Change: [OS/2] [ 1112148 ] Project file update (orudge) 20 years ago
darkvater d2f28208cc (svn r1719) - Fix: [installer] fix some installer problems mainly for DOS files as well as beautify it a little
- Fix: corrected newlinetype of tile.c
20 years ago
darkvater f564fa528f (svn r1668) -Fixed windows installer (autorail.grf) and a changelog typo 20 years ago
dominik f754f932b8 (svn r1660) Added scenarios to Mandrakelinux specs file 20 years ago
darkvater e9364f60a9 (svn r1658) -Update readme and windows installer for 0.3.6
-Fix up VS6 and add new default icon for OpenTTD
20 years ago
matthijs e0389c48b7 (svn r1650) - Added known-bugs.txt to os/debian/docs 20 years ago
dominik 2ca1807242 (svn r1645) Updated Mandrakelinux spec file and added some ScummVMish comments 20 years ago
matthijs dd712f31fd (svn r1644) - Some minor corrections to the os/debian dir. 20 years ago
bjarni 10ebe309b3 (svn r1600) Mac: applied the new icon to the mac binary file 20 years ago
bjarni aaf3bcb91f (svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX) 20 years ago
truelight 4528410053 (svn r1411) -Fix: structure packing in the OS/2 version (eg, with the old loader). 20 years ago
truelight c097a788ee (svn r1399) -Fix: Fixes for compiling with Watcom C/C++ (ie, OS/2 port). (orudge)
Note: If people could watch out for initialising structs with
  *non-constants* in future... it's a bit annoying, I
  know, but Open Watcom isn't the only compiler which
  doesn't support this (yet) - Borland, for example,
  still doesn't like it.
20 years ago
darkvater 3dd82d576b (svn r1325) -Fixed eol-style properties on new files. Please before adding a new file to svn use: "svn propset svn:eol-style native <filename's>"!!
-Fix: the level land icon no longer flashes (was palette colour)
20 years ago
truelight 36fb04215e (svn r1282) -Fix: forget 2 files for the OS/2 patch. And forgot to add:
patch by Orudge, great job!!
20 years ago
truelight fe16ef6637 (svn r1281) -Fix: the OS/2 is now finished. Fixes:
- Networking
  - File selector issue
  - Keyboard input
  - Dedicated server console issue (use dedicated.cmd to open a server)
  - Plus many other minor issues
20 years ago
darkvater 9cd50c54fa (svn r1271) -Fix: set eol-style to native on missing files
-Added known_bugs file with open bugs on SF..should be included with installer
-Updated installer for 0.3.5
20 years ago
truelight 4395293d9f (svn r1249) -Fix: new files in the last commit had double content 20 years ago
truelight dfc5fdbb92 (svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)
Works fine, beside some minor stuff:
  - Network is not working yet
  - Keyboard is not working
  - No MIDI support
  - 'A few file selector bugs involving drives'
20 years ago
bjarni a92dc63ec9 (svn r1236) MorphOS: added make release like in OSX (tokai)
MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai)
20 years ago
matthijs 38edb9a1fc (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.
20 years ago
dominik ea8af47049 (svn r1021) Updated Spec file for Linux RPM release builds 20 years ago
bjarni fb50423a00 (svn r971) Mac: updated text files and added the link files from the releases 20 years ago
bjarni 7af2dac6b3 (svn r877) Moved bemidi.cpp correctly this time 20 years ago
bjarni 463c346543 (svn r876) reverted the accidently cleared bemidi.cpp 20 years ago
bjarni f181725578 (svn r870) BeOS: made the move of bemidi.cpp properly (I hope) 20 years ago
bjarni 9e6f6d6d18 (svn r869) Mac: finally made asserts open the console, so people should be able to see what went wrong even if they opened the game in the GUI
deleted the wrongly moved bemidi.cpp
20 years ago
bjarni a580b4c21e (svn r855) BeOS: moved bemidi to os/beos/ (w-ber) 20 years ago
bjarni d72abf6c3e (svn r311) Added incomplete Icelandic translation (Hinrik)
Mac: made track_starter executable by default. Needed for midi player
20 years ago
bjarni 93d9afca4b (svn r305) made the shellscripts executable, so the user do not have to do this manually 20 years ago
bjarni d1a88cbbca (svn r291) Minor fix to english.txt
added debian support (blathijs)
improved make install (blathijs)
20 years ago
dominik eaeca76e5a (svn r260) Added updated linux RPM stuff 20 years ago
darkvater a43bc5f82e (svn r259) -Fix: Installer version updated to 12. Properly commented now. Thx teeone 20 years ago
darkvater 57e202b256 (svn r251) -Project ready for 0.3.4 release. Updated installer, readme and fileinformation
-Fix: warning on release build of strgen
20 years ago
dominik 951ce251c0 (svn r91) Add: Spec file for linux RPM builds 20 years ago
darkvater e21b73bda5 (svn r36) -Fix MacOS makefile issues (Bjarni) 20 years ago
darkvater b70e5a30c1 (svn r33) -Executeable is now openttd(.exe) always
-Resourcefile has been updated to 0.3.3.0
20 years ago
darkvater d3be7f2de7 (svn r32) -Fix [1007277] Windows Installer Fixes for bugs [991118] and [991102]. (lucaspiller) 20 years ago
truelight efaeb275f7 (svn r1) Import of revision 975 of old (crashed) SVN 20 years ago