Commit graph

176 commits

Author SHA1 Message Date
Albert Cahalan
c8d07b8fd7 fix massive memory leak 2004-12-05 07:02:42 +00:00
William Kendrick
6725fa2cbd Improved some recent change log entries. 2004-11-27 00:07:43 +00:00
Albert Cahalan
31dd9779b7 stamp outline fixes 2004-11-26 20:57:45 +00:00
Albert Cahalan
ae68e5c7e4 new tinter based on CIE L,u,v color space 2004-11-26 04:02:19 +00:00
Albert Cahalan
f0e9d7b8c3 fix and document the scale keyword 2004-11-25 06:45:03 +00:00
Albert Cahalan
8be0d5be48 moved tinter code into own function 2004-11-24 23:35:14 +00:00
Albert Cahalan
c8bbaa68ed support "scale" keyword in *.dat files for high-resolution stamps 2004-11-24 18:16:32 +00:00
William Kendrick
d6a620723b Cleaned up code to prevent more compiler warnings.
(Mostly removing unused functions/declarations, and unused func. arguments)
2004-11-24 06:47:59 +00:00
Albert Cahalan
35d0dae6c1 allow any sane window size, such as 1234x666, and many insane sizes too 2004-11-24 04:19:06 +00:00
Albert Cahalan
34cd0b93cb Per-stamp sane scaling range enforced. (generally bigger) 2004-11-24 03:00:10 +00:00
Albert Cahalan
011834c95f cast useless arg to void --> no warning about it 2004-11-23 18:41:34 +00:00
Albert Cahalan
e5dbc33b29 simplify strip_trailing_whitespace, now O(n) 2004-11-23 18:37:59 +00:00
William Kendrick
f7679aed1c Cast putenv const strings to non-const 'char *', to prevent warnings.
Cleaned up change log.
2004-11-23 10:08:37 +00:00
Albert Cahalan
898745b144 half of the signed/unsigned warnings 2004-11-23 01:58:56 +00:00
Albert Cahalan
dc6ae1a5b8 use const keyword --> fewer warnings 2004-11-23 01:28:44 +00:00
William Kendrick
618400bba9 Updated Hebrew translation. 2004-11-22 01:55:53 +00:00
William Kendrick
abe6a5637f Now using AUDIO_S16SYS, 15bpp graphics. Has room for 512 stamps loaded at once. 2004-11-22 01:47:04 +00:00
William Kendrick
c52c1321fc Palette improvements. 2004-11-22 01:41:40 +00:00
William Kendrick
3f976b6f2e Added Albanian translation. 2004-11-22 01:12:23 +00:00
William Kendrick
0f5a75d48d Updated Spanish documentation. 2004-11-22 00:23:36 +00:00
William Kendrick
df94c7d071 BeOS updates. File deletion also deletes correct thumbnail and .dat file. 2004-11-22 00:18:12 +00:00
William Kendrick
fcc43e7113 Added BeOS resource file. 2004-11-22 00:08:54 +00:00
William Kendrick
b67949e6df Updated BeOS makefile. 2004-11-22 00:02:20 +00:00
Karl Ove Hufthammer
5d11d30fe0 Removed all references to TODO file. 2004-11-21 11:00:43 +00:00
Karl Ove Hufthammer
55b63d2ced Updated credits and changelog for Norwegian Bokmål translation. 2004-11-21 10:42:18 +00:00
William Kendrick
fd60ee8293 Brought up-to-date. 2004-10-24 21:27:35 +00:00
William Kendrick
abdf7a063b Made bind_textdomain_codeset() only called on GLIBC 2.2 or higher,
to compile on old GLIBC system (such as RedHat-6.2).
2004-10-24 21:25:17 +00:00
William Kendrick
bdc6d1eb4f Support for 1024x768, 1280x1024, 1400x1050 and 1600x1200 resolutions!
(Thanks, Shin-Ichi!)
2004-10-24 21:23:22 +00:00
William Kendrick
42529fa427 Added PKG_ROOT variable to Makefile. 2004-10-24 21:02:51 +00:00
William Kendrick
871f5add79 Added Galician support. 2004-10-24 02:46:04 +00:00
William Kendrick
3e8f9a7a90 Added 16x16 mouse pointer (cursor) shapes. (Useful for Mac OS X.) 2004-09-29 06:06:11 +00:00
William Kendrick
e9309f102b Reorganized John's change-log entry. 2004-09-28 07:31:25 +00:00
John Popplewell
693f37cf55 Updated. New Windows installer options. 2004-09-28 02:45:29 +00:00
Karl Ove Hufthammer
7c9495324e Optimised PNG images with optipng. They now take up less space 2004-09-25 10:43:42 +00:00
William Kendrick
61ac04173e Made README more friendly. Completely pulled Options section, put it in
a new document, OPTIONS (html and txt). Made mention of other docs into
hyperlinks.
2004-09-24 07:49:53 +00:00
William Kendrick
08de5b43d4 Completely organized 0.9.14 change-log entries. Removed redundant items
(e.g., combined multiple translation updates into one; removed updates
to newly added translations, etc.)
2004-09-24 07:11:51 +00:00
William Kendrick
f3a6db8386 Added John's Visual Studio contrib to change logs. 2004-09-24 06:49:11 +00:00
William Kendrick
1d6406762c Starters get mirrored and flipped when those Magic tools are used. (BROKEN!)
Starter's mirror and flip state are stored, so we know to mirror/flip the
original when loading a saved image based on a starter. (UNTESTED)
Starters centered in the image, if they're smaller than canvas
(e.g., you're running in 800x600 mode) (BROKEN!)
Starter backgrounds can be JPEGs, as well as PNGs. (UNTESTED)
2004-09-20 03:15:12 +00:00
William Kendrick
b53c977e84 Starters weren't getting loaded if last-saved image was based on starters.
(i.e., current_id's file would be loaded, but not its starters...)
2004-09-15 06:52:08 +00:00
William Kendrick
f5a4fce6f0 Updated docs to correspond to recent 'uppercase' change (attempt ;^) ) 2004-09-14 08:00:27 +00:00
William Kendrick
00c5d44b96 Added lockfile feature, to prevent multiple launches within 30 seconds
(due to over-clicking, for example).
2004-09-14 06:39:51 +00:00
Karl Ove Hufthammer
458b211ed4 Catalan update by Pere Pujal Carabantes <ppujal@airtel.net> and Brazilian Portuguese update by Daniel José Viana. 2004-09-06 19:46:58 +00:00
William Kendrick
863823b931 Removed dinosaur started. Created jet plane and reef starters. 2004-09-04 07:24:44 +00:00
Karl Ove Hufthammer
36941a1cd2 Updated Malay translation by Muhammad Najmi Ahmad Zabidi <mnajem@linuxmail.org>. 2004-08-23 17:48:59 +00:00
William Kendrick
9efcbf9db0 Added Bulgarian. 2004-08-19 17:54:36 +00:00
William Kendrick
c4de3f6966 Begin adding Klingon translation. 2004-08-17 07:44:24 +00:00
Karl Ove Hufthammer
86c8392ca4 * Updated Danish translation.
Mogens Jger <mogensjaeger@get2net.dk>

  * Updated Turkish translation.
    Doruk Fisek <dfisek@fisek.com.tr>
2004-07-30 13:41:27 +00:00
William Kendrick
84ccace181 Updated Slovakian. 2004-07-27 21:07:39 +00:00
Karl Ove Hufthammer
1f989877f1 Updated Indonesian translation by Tedi Heriyanto <tedi_h@gmx.net>. 2004-07-21 08:21:30 +00:00
Karl Ove Hufthammer
516c1f732a Updated Slovenian translation by Urska Colner <urska.colner@agenda.si>. 2004-07-19 17:35:28 +00:00