Commit Graph
86814 Commits
Author SHA1 Message Date
Nicolas Bacca a2e7b4b165 Changing colorful RLEd launcher/toolbar graphics (thanks Shapeshifter)
svn-id: r5257
2002-10-22 22:55:40 +00:00
Nicolas Bacca a710a610cc Not needed with new launcher
svn-id: r5256
2002-10-22 22:54:36 +00:00
Nicolas Bacca 6e0c55c928 Added shared dynamically linked GAPI functions/emulation
svn-id: r5255
2002-10-22 22:53:44 +00:00
Nicolas Bacca 13cb837814 Always check your merges :)
svn-id: r5254
2002-10-22 22:46:03 +00:00
Nicolas Bacca 4aaf459df3 Added key selection dialog for WinCE
svn-id: r5253
2002-10-22 22:41:12 +00:00
Nicolas Bacca 3b7ce4fed1 Useless, just in order to compile without errors ...
svn-id: r5252
2002-10-22 22:35:35 +00:00
Nicolas Bacca c585fe7a37 Do not repeat keys for WinCE (problems with GAPI and virtual keyboard)
svn-id: r5251
2002-10-22 22:35:07 +00:00
Paweł Kołodziejski 3c2a409b11 cleanup array
svn-id: r5250
2002-10-22 20:40:51 +00:00
Travis Howell 7f9abfd839 oops again
svn-id: r5249
2002-10-22 14:14:44 +00:00
Travis Howell 3c6566c14f oops
svn-id: r5248
2002-10-22 14:04:22 +00:00
Travis Howell 4544aa6cc1 There is no speech in simon2dos target
svn-id: r5247
2002-10-22 13:50:20 +00:00
Travis Howell 37181172ed Remove warning
svn-id: r5246
2002-10-22 13:33:48 +00:00
Max Horn 22f1d049fb get rid of obsolete variable
svn-id: r5245
2002-10-22 13:04:39 +00:00
Max Horn d73c206579 fix (?) for windows compile problem
svn-id: r5244
2002-10-22 13:03:40 +00:00
Travis Howell 67bf526875 Add changes from Makefile
svn-id: r5243
2002-10-22 12:29:27 +00:00
Max Horn 93c8e145a8 akos cleanup, second stage
svn-id: r5242
2002-10-22 12:18:17 +00:00
Max Horn 80fad40394 added SIMONDEBUG to Makefile
svn-id: r5241
2002-10-22 12:06:54 +00:00
Max Horn c8905a5c8a fixed SIMONDEBUG; some cleanup
svn-id: r5240
2002-10-22 12:05:04 +00:00
Max Horn 5151e561d5 fixing various warnings that occur with -Wshadow;some other minor cleanup
svn-id: r5239
2002-10-22 11:48:24 +00:00
Max Horn 9f33d561a9 akos cleanup, first stage
svn-id: r5238
2002-10-22 11:47:45 +00:00
Max Horn 03daa01caf don't shadow vars
svn-id: r5237
2002-10-22 11:35:45 +00:00
Max Horn 060ded9ee7 don't shadow vars
svn-id: r5236
2002-10-22 11:34:21 +00:00
Max Horn 132bf1b74e added FIXME
svn-id: r5235
2002-10-22 11:33:51 +00:00
James Brown b8af30a0fc Make The Dig supported, against my better judgement until someone runs over it with Purify :)
svn-id: r5234
2002-10-22 10:59:10 +00:00
James Brown 4dfee3016c Remove akos16 warning()
svn-id: r5233
2002-10-22 10:45:49 +00:00
James Brown e2dc70b9e8 Remove unused variable
svn-id: r5232
2002-10-22 10:40:19 +00:00
James Brown 88593c4a2a ludde's akos 16 cleanup and mods - fixes the full throttle dumpster animation too
svn-id: r5230
2002-10-22 10:37:08 +00:00
James Brown 80f55f19a3 Akos(16) fixes by Ludde - yay, it's working :)
svn-id: r5229
2002-10-22 09:52:14 +00:00
Paweł Kołodziejski 0718ff5126 cleanup akos16, still broken
svn-id: r5228
2002-10-22 07:25:26 +00:00
Travis Howell b5f25dbf2d Minor fixes for simon2dos target
svn-id: r5227
2002-10-22 06:30:45 +00:00
Max Horn d3a954861d patch #626629: add overlay support to SDL_g+OpenGL backend (still buggy!)
svn-id: r5226
2002-10-22 00:58:48 +00:00
Max Horn 1c999792f9 fixed stupid bug by me, again (see also 9th of May)
svn-id: r5225
2002-10-21 22:25:52 +00:00
Max Horn 4b8aa277f7 oops
svn-id: r5224
2002-10-21 22:19:59 +00:00
Max Horn 0c3f23bdfb don't crash if no voice file is present; also added a FIXME
svn-id: r5223
2002-10-21 22:06:06 +00:00
Max Horn d58c7d43f0 fixed simon2win midi (I hope), bug #595813
svn-id: r5222
2002-10-21 22:03:59 +00:00
Paweł Kołodziejski dfee215a1b cleanup and fixes akos16: types, init. variables at mirror, missing '+' at decode, but still broken :(
svn-id: r5221
2002-10-21 18:49:11 +00:00
Jamieson Christian afc8f3710e Fixing the ALSA fix. ;)
svn-id: r5220
2002-10-21 16:55:26 +00:00
Jamieson Christian 532dec3c57 Pitch bend fix for ALSA driver
svn-id: r5219
2002-10-21 16:49:29 +00:00
James Brown 34ec25201c Patch 622642
svn-id: r5218
2002-10-21 16:27:23 +00:00
James Brown 9ec3336de4 Add fixme
svn-id: r5217
2002-10-21 15:59:04 +00:00
Max Horn 8af300fec3 The terms Word and DWord are somewhat Windows centric; in fact there are systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious
svn-id: r5216
2002-10-21 13:23:25 +00:00
Max Horn 0006197cf1 fixed a memory leak (one thousand more to go :-)
svn-id: r5215
2002-10-21 12:58:53 +00:00
Max Horn ad8347a6a5 clean up of the Simon MidiPlayer class
svn-id: r5214
2002-10-21 12:57:15 +00:00
Max Horn d4558a5d3b oops forgot this file
svn-id: r5213
2002-10-21 12:47:06 +00:00
Max Horn 6f1da52a64 fixed compilation on MacOS
svn-id: r5212
2002-10-21 12:43:18 +00:00
James Brown 88462aec1a add missing bitmask value. akos16 is still quite broken however
svn-id: r5211
2002-10-21 12:41:46 +00:00
Max Horn 31c773923e use File::size() method were it makes sense; one small change to simon.cpp based on comment on bug #595813
svn-id: r5210
2002-10-21 12:34:54 +00:00
Max Horn 46a3039f70 patch #626226 with some mods of my own
svn-id: r5209
2002-10-21 09:38:42 +00:00
Jamieson Christian 7677e42ffe Pitch bend fixes for QTMA
svn-id: r5208
2002-10-21 09:32:38 +00:00
Jamieson Christian 5862695bfd Patch #607175 correction to fix regression Bug #622606
svn-id: r5207
2002-10-21 08:17:18 +00:00