------------------------------------------------------------------------ r2749 | tron | 2005-07-29 17:52:29 +0000 (Fri, 29 Jul 2005) | 1 line Fix typo in the tile documentation ------------------------------------------------------------------------ r2748 | tron | 2005-07-29 16:40:29 +0000 (Fri, 29 Jul 2005) | 1 line Remove unused cruft from the main loop ------------------------------------------------------------------------ r2747 | celestar | 2005-07-29 15:55:14 +0000 (Fri, 29 Jul 2005) | 2 lines -Fix: r2736 broke the newpaper display. Sorry. ------------------------------------------------------------------------ r2746 | tron | 2005-07-29 10:16:49 +0000 (Fri, 29 Jul 2005) | 1 line -Fix: SDL_SetColors() has the number of palette entries to change as parameter, not one beyond the last entry to change ------------------------------------------------------------------------ r2745 | bjarni | 2005-07-29 09:45:25 +0000 (Fri, 29 Jul 2005) | 4 lines -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) ------------------------------------------------------------------------ r2742 | tron | 2005-07-29 06:20:28 +0000 (Fri, 29 Jul 2005) | 1 line Get rid of some void pointers plus a few minor changes, like 0 -> '\0' ------------------------------------------------------------------------ r2741 | bjarni | 2005-07-28 21:47:41 +0000 (Thu, 28 Jul 2005) | 1 line -Feature: [OSX] added a window to display asserts on OSX (Tobin) ------------------------------------------------------------------------ r2740 | tron | 2005-07-28 19:59:41 +0000 (Thu, 28 Jul 2005) | 1 line MSCV doesn't seem to like forward declared static arrays ------------------------------------------------------------------------ r2739 | tron | 2005-07-28 19:23:19 +0000 (Thu, 28 Jul 2005) | 1 line -Fix(?): Change the fence algorithm so it removes fences when no farm tile is adjacent ------------------------------------------------------------------------ r2738 | tron | 2005-07-28 19:18:27 +0000 (Thu, 28 Jul 2005) | 1 line Small bit fiddling cleanup ------------------------------------------------------------------------ r2737 | tron | 2005-07-28 09:41:09 +0000 (Thu, 28 Jul 2005) | 1 line static, const and don't make variables public nobody else needs to know about ------------------------------------------------------------------------ r2736 | celestar | 2005-07-28 09:17:32 +0000 (Thu, 28 Jul 2005) | 2 lines -Codechange: De-mystified GfxDrawFillRect a bit, and used enums from table/sprites.h. You can now change the number of bits used for sprites and switches in the SpriteSetup enum and the rest should work automagically. Can be used to increase the number of active sprites to 2^19 in case there are no colortables (recolor sprites) in any newgrf. We should possibly move the the colortables to an own list, but how to detect them in a newgrf. ------------------------------------------------------------------------ r2735 | bjarni | 2005-07-28 09:01:41 +0000 (Thu, 28 Jul 2005) | 1 line -Fix: [OSX] fixed issue introduced in 2733 where dedicated servers on OSX included sdl.h even when WITH_SDL was not defined (oops) ------------------------------------------------------------------------ r2734 | celestar | 2005-07-28 08:49:29 +0000 (Thu, 28 Jul 2005) | 2 lines -Feature: The Main Toolbar Dropdown Menu can now display disabled items ------------------------------------------------------------------------ r2733 | bjarni | 2005-07-28 08:45:57 +0000 (Thu, 28 Jul 2005) | 1 line -Fix: [OSX] solved include issue introduced in 2714, which prevented OSX from opening a window to run the game in (sdl.h was not included anymore) ------------------------------------------------------------------------ r2732 | celestar | 2005-07-28 06:09:15 +0000 (Thu, 28 Jul 2005) | 2 lines -Codechange: Cleaned the order flags some more. Hit some inconsistencies while trying to locate bug 1244167 ------------------------------------------------------------------------ r2731 | celestar | 2005-07-28 05:47:54 +0000 (Thu, 28 Jul 2005) | 2 lines -Fix [ 1244171 ]: Hangar orders are now properly invalidated as soon as the airport is removed ------------------------------------------------------------------------ r2730 | tron | 2005-07-27 21:45:34 +0000 (Wed, 27 Jul 2005) | 3 lines -Fix: Fail if the sequencer can't play audio Also check the return value of CreateThread() ------------------------------------------------------------------------ r2729 | tron | 2005-07-27 20:08:52 +0000 (Wed, 27 Jul 2005) | 1 line Fix #include ------------------------------------------------------------------------ r2728 | tron | 2005-07-27 19:57:12 +0000 (Wed, 27 Jul 2005) | 4 lines -Fix/Feature: Change the driver probing algorithm Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds. This should fix problems on machines with no sound card, where -s null had to be specified manually. ------------------------------------------------------------------------ r2727 | tron | 2005-07-27 19:26:53 +0000 (Wed, 27 Jul 2005) | 1 line Fix last commit, don't ask ------------------------------------------------------------------------ r2726 | tron | 2005-07-27 19:25:50 +0000 (Wed, 27 Jul 2005) | 1 line Fix last commit ------------------------------------------------------------------------ r2725 | tron | 2005-07-27 19:22:38 +0000 (Wed, 27 Jul 2005) | 1 line Move MyShowCursor() back into win32.c, it fits better there ------------------------------------------------------------------------ r2724 | bjarni | 2005-07-27 10:11:45 +0000 (Wed, 27 Jul 2005) | 1 line -Fix: [Autoreplace] made the pulldown menu read GetPlayer(_local_player)->avail_railtypes - this removes the need for updating this code if we add more railtypes and it also allows the menu to show maglev when monorail is not available ------------------------------------------------------------------------ r2723 | tron | 2005-07-27 07:19:28 +0000 (Wed, 27 Jul 2005) | 1 line Make the manual page more informative ------------------------------------------------------------------------ r2720 | tron | 2005-07-26 19:34:03 +0000 (Tue, 26 Jul 2005) | 1 line Remove unused declarations and definitions ------------------------------------------------------------------------ r2719 | orudge | 2005-07-26 19:31:05 +0000 (Tue, 26 Jul 2005) | 1 line - Update MSVC 2003 project (AsterixMG) ------------------------------------------------------------------------ r2718 | tron | 2005-07-26 19:05:07 +0000 (Tue, 26 Jul 2005) | 1 line Forgot one file ------------------------------------------------------------------------ r2717 | tron | 2005-07-26 19:04:19 +0000 (Tue, 26 Jul 2005) | 1 line Move _userstring to strings.[ch] ------------------------------------------------------------------------ r2716 | tron | 2005-07-26 18:47:04 +0000 (Tue, 26 Jul 2005) | 1 line Do not use strncat() ------------------------------------------------------------------------ r2715 | orudge | 2005-07-26 18:45:19 +0000 (Tue, 26 Jul 2005) | 1 line - Update MSVC project with dmusic.cpp updates ------------------------------------------------------------------------ r2714 | tron | 2005-07-26 18:24:18 +0000 (Tue, 26 Jul 2005) | 1 line Remove unnecessary includes ------------------------------------------------------------------------ r2712 | tron | 2005-07-26 06:59:48 +0000 (Tue, 26 Jul 2005) | 7 lines Overhaul DirectMusic MIDI backend: - Merge the .c and .cpp part into one file - Properly deinitialize at the end - Remove "experimental" status - Miscellaneous smaller changes -Fix: Volume control works now ------------------------------------------------------------------------ r2711 | miham | 2005-07-25 17:45:57 +0000 (Mon, 25 Jul 2005) | 1 line [Translators] Updated translations to 20050725 (2 lang(s)) ------------------------------------------------------------------------ r2710 | tron | 2005-07-25 16:33:58 +0000 (Mon, 25 Jul 2005) | 1 line Simplify dedicated server code a bit and don't compile it at all, if network support ist disabled ------------------------------------------------------------------------ r2709 | orudge | 2005-07-25 11:36:02 +0000 (Mon, 25 Jul 2005) | 1 line - Update VC 2003 project file (AsterixMG) ------------------------------------------------------------------------ r2708 | orudge | 2005-07-25 09:52:37 +0000 (Mon, 25 Jul 2005) | 1 line Update MSVC6 project with recent changes ------------------------------------------------------------------------ r2707 | tron | 2005-07-25 08:16:05 +0000 (Mon, 25 Jul 2005) | 1 line Missed the paths in the BeOS MIDI player, sorry for all the noise ------------------------------------------------------------------------ r2706 | tron | 2005-07-25 07:28:32 +0000 (Mon, 25 Jul 2005) | 1 line Fix !WITH_NETWORK build ------------------------------------------------------------------------ r2705 | tron | 2005-07-25 07:20:32 +0000 (Mon, 25 Jul 2005) | 1 line Fix #include paths and remove unnecessary #includes ------------------------------------------------------------------------ r2704 | tron | 2005-07-25 07:16:10 +0000 (Mon, 25 Jul 2005) | 1 line Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build ------------------------------------------------------------------------ r2703 | bjarni | 2005-07-24 20:47:42 +0000 (Sun, 24 Jul 2005) | 3 lines - 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 ------------------------------------------------------------------------ r2702 | celestar | 2005-07-24 15:56:31 +0000 (Sun, 24 Jul 2005) | 7 lines -Codechange: Cleaned up the sprite code and replaced many magic numbers by enums. There remains work in gfx.c to move the "transparency" and "recolor" bits around to make space for more sprites. However, 2800 additional sprites can now be loaded. There also remains cleanup and Doxygen work on many of the header files. ------------------------------------------------------------------------ r2701 | tron | 2005-07-24 14:12:37 +0000 (Sun, 24 Jul 2005) | 1 line Insert Id tags into all source files ------------------------------------------------------------------------ r2700 | tron | 2005-07-24 13:55:39 +0000 (Sun, 24 Jul 2005) | 1 line Insert Id tag into the Makefile ------------------------------------------------------------------------ r2699 | tron | 2005-07-24 10:39:12 +0000 (Sun, 24 Jul 2005) | 1 line Hopefully fix the compilation on Windows when SDL is not present ------------------------------------------------------------------------ r2697 | tron | 2005-07-24 06:09:54 +0000 (Sun, 24 Jul 2005) | 1 line Make compiling with SDL on Windows work again (missing #includes) and fix some warnings ------------------------------------------------------------------------ r2696 | tron | 2005-07-23 19:48:24 +0000 (Sat, 23 Jul 2005) | 1 line Remove stray semicolons ------------------------------------------------------------------------ r2695 | orudge | 2005-07-23 19:00:56 +0000 (Sat, 23 Jul 2005) | 1 line - Fix: OS/2 project update, add os2.h to dedicated_v.c ------------------------------------------------------------------------ r2694 | tron | 2005-07-23 18:46:17 +0000 (Sat, 23 Jul 2005) | 1 line Various smaller changes: eol-style, static, code simplification ------------------------------------------------------------------------ r2693 | miham | 2005-07-23 17:45:42 +0000 (Sat, 23 Jul 2005) | 1 line [Translators] Updated translations to 20050723 (1 lang(s)) ------------------------------------------------------------------------ r2692 | tron | 2005-07-23 17:23:16 +0000 (Sat, 23 Jul 2005) | 1 line Forgot to add a file ------------------------------------------------------------------------ r2691 | tron | 2005-07-23 17:22:39 +0000 (Sat, 23 Jul 2005) | 1 line Separate dedicated video driver and fix bemidi declarations ------------------------------------------------------------------------ r2690 | orudge | 2005-07-23 16:28:19 +0000 (Sat, 23 Jul 2005) | 1 line - Minor cleanups to os2.c and hal.h ------------------------------------------------------------------------ r2689 | orudge | 2005-07-23 16:08:05 +0000 (Sat, 23 Jul 2005) | 1 line - Split OS/2 music driver into os2_m.c, update project file ------------------------------------------------------------------------ r2688 | tron | 2005-07-23 15:48:00 +0000 (Sat, 23 Jul 2005) | 1 line MSVC and Watcom can't handle identical file names in different directories, oh my... ------------------------------------------------------------------------ r2687 | tron | 2005-07-23 15:34:05 +0000 (Sat, 23 Jul 2005) | 1 line Make a variable static ------------------------------------------------------------------------ r2686 | tron | 2005-07-23 15:24:31 +0000 (Sat, 23 Jul 2005) | 1 line Revert accidently commited change ------------------------------------------------------------------------ r2685 | tron | 2005-07-23 15:16:57 +0000 (Sat, 23 Jul 2005) | 4 lines -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.) ------------------------------------------------------------------------ r2684 | tron | 2005-07-23 06:51:26 +0000 (Sat, 23 Jul 2005) | 1 line Correctly save and load company_value, it's 64 bits wide, not 32 bits ------------------------------------------------------------------------ r2683 | tron | 2005-07-23 06:45:57 +0000 (Sat, 23 Jul 2005) | 1 line Remove redundant function call propagate return value ------------------------------------------------------------------------ r2682 | tron | 2005-07-22 18:19:06 +0000 (Fri, 22 Jul 2005) | 1 line Static, casts, misc. ------------------------------------------------------------------------