screenshot.c
Wed, 22 Mar 2006 21:40:26 +0000 bjarni (svn r4038) -backport (3966, 3972 and 4019) -Fix: [OSX 10.3 and newer] [ 1157244 ] Can't save game if name contains german umlauts (loading savegames with certain chars still look a bit odd) 0.4.5
Tue, 26 Dec 2006 17:36:18 +0000 Darkvater (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Fri, 22 Jun 2007 20:06:59 +0000 rubidium (svn r10277) [0.5] -Backport from trunk (10116, r10128, r10130, r10131, r10137, r10138): 0.5
Sat, 30 Dec 2006 23:12:05 +0000 Darkvater (svn r7669) -Backport from trunk (r7556): 0.5
Sat, 09 Dec 2006 10:56:12 +0000 Darkvater (svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because
Tue, 28 Nov 2006 14:42:31 +0000 Darkvater (svn r7274) -Codechange [utf8]: Add input/output unicode support. This actually only changes win32
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Sat, 14 Oct 2006 15:49:43 +0000 Darkvater (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and
Sat, 02 Sep 2006 20:34:33 +0000 tron (svn r6347) Undo
Sat, 02 Sep 2006 20:34:04 +0000 tron (svn r6346) -Codechange: Remove redundant assignment
Wed, 23 Aug 2006 15:30:03 +0000 matthijs (svn r6068) -Codechange: Switch PNG and BMP priority for screenshots. This ensures PNG is used by default when available. (hylje)
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Fri, 28 Jul 2006 22:01:43 +0000 belugas (svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type
Fri, 28 Jul 2006 21:51:00 +0000 belugas (svn r5626) CodeChange : Remove the global _make_screenshot and implement a more flexible mechanism
Wed, 28 Jun 2006 05:47:55 +0000 tron (svn r5394) Allocate a small, fixed-size array on the stack instead of malloc()ing it
Tue, 13 Jun 2006 17:13:46 +0000 peter1138 (svn r5249) - Add code to copy the palette to a temporary byte aligned array when making a PCX screenshot, if the palette array is not byte aligned.
Sat, 25 Mar 2006 09:22:10 +0000 Darkvater (svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the mess that is makefile can't properly support it at the moment, it is only available for MACOSX. Windows doesn't need FS conversion and I have no idea about OS/2 so it's disabled for them.
Wed, 22 Mar 2006 13:06:50 +0000 bjarni (svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3
Sat, 18 Mar 2006 16:37:25 +0000 bjarni (svn r3972) changed r3966 to only affect OSX. Too bad linuxes with utf-8 filesystems now got the saving problem again, but now we can compile on all platforms again
Sat, 18 Mar 2006 15:55:24 +0000 bjarni (svn r3966) -Fix: [OSX and some linux] [ 1157244 ] Can't save game if name contains german umlauts
Sat, 24 Dec 2005 20:54:31 +0000 tron (svn r3339) Remove unnecessary includes
Sat, 26 Nov 2005 12:45:53 +0000 Darkvater (svn r3235) - Fix: fix two crashes, one with making a screenshot in the main menu without any game loaded, another when failing to load a scenario in 'New Game'
Sat, 22 Oct 2005 06:39:32 +0000 tron (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
Thu, 08 Sep 2005 12:48:26 +0000 tron (svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 21 Jul 2005 22:15:02 +0000 tron (svn r2669) Shuffle some more stuff around to reduce dependencies
Tue, 19 Jul 2005 06:47:07 +0000 tron (svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
Tue, 19 Jul 2005 06:31:39 +0000 tron (svn r2630) Forgot one Pixel (see r2571)
Fri, 15 Jul 2005 14:16:14 +0000 tron (svn r2571) Add explicit type Pixel for ... Pixels
Tue, 05 Jul 2005 17:47:10 +0000 celestar (svn r2521) -Codechange: Removed trailing "\n"s from DEBUG statements
Sun, 03 Jul 2005 10:22:20 +0000 tron (svn r2512) Small cleanup
Sun, 03 Jul 2005 07:51:13 +0000 tron (svn r2511) Fix an old bug in the PCX writer: The first pixel column contained garbage, the picture was shifted one to the right, and the last column was dropped
Thu, 30 Jun 2005 05:27:32 +0000 tron (svn r2497) Use a struct array for palette entries instead of a flat byte array
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Sun, 06 Feb 2005 08:18:00 +0000 tron (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Fri, 07 Jan 2005 09:28:16 +0000 truelight (svn r1411) -Fix: structure packing in the OS/2 version (eg, with the old loader).
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Mon, 15 Nov 2004 19:25:59 +0000 tron (svn r631) Merge r440, r444, r485, r630 to trunk:
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Mon, 27 Sep 2004 12:36:59 +0000 darkvater (svn r328) -Fix: remove some unlogical alloca()s (Tron)
Sat, 25 Sep 2004 18:30:19 +0000 truelight (svn r321) -Fix: crash when making png screenshot with odd resolution (Tron)
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Tue, 10 Aug 2004 14:14:00 +0000 darkvater (svn r2) -Fix [993829] UDP Fixes (lucaspiller)
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN