Max Horn
|
74dd2479c9
|
640*480 = 307200 > 65536: uin16 not sufficient to store the VirtScreen size
svn-id: r6156
|
2002-12-26 01:15:09 +00:00 |
|
James Brown
|
2739b4410f
|
Make menu stuff run
svn-id: r6155
|
2002-12-26 01:03:48 +00:00 |
|
Max Horn
|
48c66ba210
|
fixed save/load; more restructuring of the charset rendering code
svn-id: r6154
|
2002-12-26 00:21:19 +00:00 |
|
Max Horn
|
91fc86eede
|
cleanup
svn-id: r6153
|
2002-12-25 23:18:30 +00:00 |
|
Max Horn
|
a782a22c4d
|
seperated classic & old256 rendered (now subclasses of CharsetRenderer)
svn-id: r6152
|
2002-12-25 21:57:01 +00:00 |
|
Ruediger Hanke
|
2d46b1e4d7
|
This could hardly work, how did this change? scratch head" morphos.cpp
svn-id: r6151
|
2002-12-25 21:46:35 +00:00 |
|
Ruediger Hanke
|
e1045c16a8
|
Fix compiler warning and possible hit
svn-id: r6150
|
2002-12-25 21:44:59 +00:00 |
|
Max Horn
|
748ac8fe37
|
more cleanup
svn-id: r6149
|
2002-12-25 21:42:22 +00:00 |
|
Max Horn
|
d808e4da1f
|
cleanup
svn-id: r6148
|
2002-12-25 21:14:26 +00:00 |
|
Max Horn
|
fca9ec09e7
|
moved CharsetRendere into its own header/source file; changed Scumm::_charset into a pointer, to make it possible to use different implementations of it
svn-id: r6147
|
2002-12-25 21:04:47 +00:00 |
|
Max Horn
|
f1808d20ac
|
seems cursor width/height can occur
svn-id: r6146
|
2002-12-25 21:02:21 +00:00 |
|
Max Horn
|
9187172fe2
|
implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it right, though
svn-id: r6145
|
2002-12-25 20:29:40 +00:00 |
|
Max Horn
|
aed55eff69
|
text center mode hack
svn-id: r6144
|
2002-12-25 20:15:54 +00:00 |
|
Max Horn
|
5c39a82633
|
two good rules of thumb: don't use typecasts if you don't have to - type cast have a nasty habit of hiding and causing problems. When a method takes a pointer argument, if possible make it const. :-). Cleanup. Fixed font rendering in CMI: you need to call updateDirtyRect() if you modify the screen...
svn-id: r6143
|
2002-12-25 20:07:09 +00:00 |
|
Paweł Kołodziejski
|
5f5e96e24f
|
added some stuff to lock/unlock object v2
svn-id: r6142
|
2002-12-25 19:30:59 +00:00 |
|
Paweł Kołodziejski
|
3bab4d4665
|
added some stuff to lock/unlock object
svn-id: r6141
|
2002-12-25 19:24:31 +00:00 |
|
Max Horn
|
447ab20369
|
cleanup
svn-id: r6140
|
2002-12-25 19:06:31 +00:00 |
|
Paweł Kołodziejski
|
7c7af18bc9
|
chenged opcode o8_breakHerVar to o6_delayFrames
svn-id: r6139
|
2002-12-25 18:47:46 +00:00 |
|
Ruediger Hanke
|
3dd648b8c8
|
Some fixes for COMI mouse pointer
svn-id: r6138
|
2002-12-25 17:22:01 +00:00 |
|
Paweł Kołodziejski
|
eb4d0145ff
|
changes in o8_kludge
svn-id: r6137
|
2002-12-25 17:10:34 +00:00 |
|
Paweł Kołodziejski
|
b64c9ebc2b
|
changed name from _insaneFlag to _smushFrameRate
svn-id: r6136
|
2002-12-25 16:55:43 +00:00 |
|
Max Horn
|
75085a6077
|
breakHereVar takes an argument -> Ctrl-C now works again (skips to the 'Part I' screen)
svn-id: r6135
|
2002-12-25 15:11:49 +00:00 |
|
Max Horn
|
33cddb4c1c
|
use translateText for V8 print opcodes
svn-id: r6134
|
2002-12-25 15:04:04 +00:00 |
|
Max Horn
|
883cf3f60e
|
use specified color
svn-id: r6133
|
2002-12-25 14:59:33 +00:00 |
|
Max Horn
|
004ea9f8eb
|
converted heaps of int16 to int for V8 compatibility; fixed defineArray for V8; added some work in o8_kludge2
svn-id: r6132
|
2002-12-25 14:46:39 +00:00 |
|
Paweł Kołodziejski
|
a01b169434
|
fixed free buffer before alloc new
svn-id: r6131
|
2002-12-25 14:46:14 +00:00 |
|
James Brown
|
bda8d953a8
|
Clean up the hack. But it's still kinda a hack. Er. :)
svn-id: r6130
|
2002-12-25 14:31:17 +00:00 |
|
Paweł Kołodziejski
|
6b5a1cfb1a
|
updated VC6 file
svn-id: r6129
|
2002-12-25 14:15:48 +00:00 |
|
Paweł Kołodziejski
|
3bbfde3259
|
fixed width font problem in NutRenderer
svn-id: r6128
|
2002-12-25 14:09:54 +00:00 |
|
James Brown
|
c480833be7
|
Hacky font support - first attempt :)
svn-id: r6127
|
2002-12-25 13:51:01 +00:00 |
|
Paweł Kołodziejski
|
fb47f2a24b
|
added nut renderer, there is bug with font width, fix later
svn-id: r6126
|
2002-12-25 13:04:01 +00:00 |
|
Max Horn
|
0ef7d52448
|
fixed mouse cursor code to cope with CMI
svn-id: r6125
|
2002-12-25 12:53:47 +00:00 |
|
Max Horn
|
aa2a85de99
|
fixed bomp cursor in CMI partially - still seeing flickering/tearing/artifacts, though
svn-id: r6124
|
2002-12-25 12:41:41 +00:00 |
|
Ruediger Hanke
|
9e0e918397
|
Fix midi driver thread for MorphOS
svn-id: r6123
|
2002-12-25 12:36:29 +00:00 |
|
Max Horn
|
4a405b497a
|
get rid of warnings that flood my terminal
svn-id: r6122
|
2002-12-25 12:25:35 +00:00 |
|
James Brown
|
23a339d151
|
Fix Dig regression
svn-id: r6121
|
2002-12-25 12:14:42 +00:00 |
|
Ruediger Hanke
|
580df4d2d0
|
Moved MorphOS midi driver to backends/midi
svn-id: r6120
|
2002-12-25 12:02:27 +00:00 |
|
Max Horn
|
fef84f3737
|
renamed Scumm::charset -> Scumm::_charset
svn-id: r6119
|
2002-12-25 12:01:04 +00:00 |
|
Max Horn
|
65ee9da743
|
cleanup (really need to factor out a lot of this stuff into seperate methods)
svn-id: r6118
|
2002-12-25 11:59:55 +00:00 |
|
Ruediger Hanke
|
eb6dbed750
|
More warnings with MorphOS GCC fixed, removed unneccessary define
svn-id: r6117
|
2002-12-25 11:47:16 +00:00 |
|
Ruediger Hanke
|
6e9e7ced8f
|
Compilation warnings fixed
svn-id: r6116
|
2002-12-25 11:38:21 +00:00 |
|
Paweł Kołodziejski
|
4c83d9ed06
|
fixed warnings(errors) for VC6.
Endy I'm here now ! :-)
svn-id: r6115
|
2002-12-25 07:48:37 +00:00 |
|
James Brown
|
e1a416c031
|
Skeleton for hacky font support using Smush's FontRenderer. Doesn't work (uncomment the loadFont line in script_v8 to test).
Aquadran, where are you? :)
svn-id: r6114
|
2002-12-25 04:30:24 +00:00 |
|
Max Horn
|
1b0963dd76
|
added (broken) cursor support for V8; enabled bomp drawing
svn-id: r6113
|
2002-12-25 03:48:27 +00:00 |
|
Max Horn
|
bf41dbdba3
|
filled in f-kludge stuff, and make it push(0) - now we don't crash anymore
svn-id: r6112
|
2002-12-25 02:12:12 +00:00 |
|
Max Horn
|
2c01dc8536
|
even more -peantic fixes
svn-id: r6111
|
2002-12-25 00:48:13 +00:00 |
|
Max Horn
|
70769ee04b
|
fixed invalid memory access
svn-id: r6110
|
2002-12-25 00:46:34 +00:00 |
|
Max Horn
|
563f99b1fe
|
more -pedantic warnings fixed
svn-id: r6109
|
2002-12-25 00:38:53 +00:00 |
|
Max Horn
|
ce6913cf36
|
fix -pedantic warnings
svn-id: r6108
|
2002-12-25 00:36:04 +00:00 |
|
Max Horn
|
7cb69f7fa2
|
allow array dynamically to make VC happy
svn-id: r6107
|
2002-12-25 00:31:39 +00:00 |
|