99 Commits

Author SHA1 Message Date
Paul Gilbert
404c7cd5d3 ACCESS: Split the bubble box code from Room into it's own file 2014-08-17 11:14:30 -04:00
Strangerke
3e61eb9cc3 ACCESS: Implement some opcodes 2014-08-17 11:16:31 +02:00
Strangerke
1ab89400e5 ACCESS: Remove two unused variables 2014-08-17 10:39:00 +02:00
Paul Gilbert
ff01ee6807 ACCESS: Added code for bubble box size calculations 2014-08-16 23:18:53 -04:00
Paul Gilbert
f784b4efba ACCESS: Added data for font2 and font6x6 2014-08-16 22:18:53 -04:00
Paul Gilbert
8d6c8ed452 ACCESS: Beginnings of code for text bubble drawing 2014-08-16 20:26:17 -04:00
Paul Gilbert
a42e52fb5b ACCESS: Implemented code for clicking in room area 2014-08-16 17:24:22 -04:00
Paul Gilbert
0b70783974 ACCESS: Fix selecting buttons from the bottom of the screen 2014-08-16 16:15:48 -04:00
Paul Gilbert
bca9f14719 ACCESS: Fix display of mouse cursor 2014-08-16 16:04:09 -04:00
Paul Gilbert
fa099b8480 ACCESS: Implement routine for scaled drawing of player 2014-08-16 15:47:25 -04:00
Paul Gilbert
5ff004b2d8 ACCESS: Fix initialisation of player positioning and scaling values 2014-08-16 11:58:59 -04:00
Paul Gilbert
dc5500e246 ACCESS: Cleanup of timer flags and some inventory logic 2014-08-16 10:33:03 -04:00
Paul Gilbert
b3ab8a42a6 ACCESS: Implementing doCommand 2014-08-16 09:35:38 -04:00
Strangerke
8648480258 ACCESS: Add a second parameter to doEstablish() 2014-08-16 12:24:26 +02:00
Strangerke
0b0d16d6a5 ACCESS: Add details in executeSpecial TODO 2014-08-16 11:47:13 +02:00
Strangerke
fab6d7883e ACCESS: Update TODOs 2014-08-16 11:29:37 +02:00
Paul Gilbert
a347435f26 ACCESS: Added extra mouse handling to pollEvents 2014-08-15 21:32:16 -04:00
Paul Gilbert
3475fda076 ACCESS: Fixes for updating animation frames 2014-08-15 20:34:09 -04:00
Paul Gilbert
f8d64ae6bc ACCESS: Added code to update animations each frame 2014-08-15 20:26:09 -04:00
Paul Gilbert
e3687ea123 ACCESS: Refactored scroll direction code into separate methods 2014-08-15 20:09:56 -04:00
Paul Gilbert
4a3ce2d27d ACCESS: Implementing checkScroll 2014-08-15 09:27:05 -04:00
Paul Gilbert
66b2d471cf ACCESS: Change walking errors to TODO comments 2014-08-14 22:06:19 -04:00
Paul Gilbert
9547efad77 ACCESS: Implemented player plotting methods 2014-08-14 22:02:47 -04:00
Paul Gilbert
f66f01bf89 ACCESS: Implemented player walk methods 2014-08-14 20:49:30 -04:00
Paul Gilbert
cf901ae142 ACCESS: Give default draw implementations for sprite drawing routines 2014-08-13 23:03:18 -04:00
Paul Gilbert
79e743ba82 ACCESS: Fix more gcc compiler warnings 2014-08-13 22:54:04 -04:00
Paul Gilbert
d6404a10ad ACCESS: Fix compiler warnings and deallocation crash on exit 2014-08-13 22:45:15 -04:00
Paul Gilbert
28bfe73749 ACCESS: Implemented cmdSpecial script opcode 2014-08-13 22:23:08 -04:00
Paul Gilbert
ed645e435a ACCESS: Fix clearing pending images list each frame 2014-08-13 21:07:27 -04:00
Paul Gilbert
146f6b5df4 ACCESS: Fix rendering of scene background 2014-08-13 20:56:06 -04:00
Paul Gilbert
89772d55a5 ACCESS: Implemented window size fields setup and copyBF2Vid 2014-08-12 23:34:23 -04:00
Paul Gilbert
483bc1eb03 ACCESS: Implemented setBufferScan and copyRects 2014-08-12 21:40:14 -04:00
Paul Gilbert
b579dbb71b ACCESS: Fixes for clipping 2014-08-12 21:12:11 -04:00
Paul Gilbert
9107cc103f ACCESS: Added a temporary frame delay and screen update 2014-08-12 09:16:14 -04:00
Paul Gilbert
94eda108eb ACCESS: Fix incorrect decrementing of _startup 2014-08-12 09:01:29 -04:00
Paul Gilbert
c0cb03cea2 ACCESS: Implemented copyBlocks 2014-08-12 08:38:12 -04:00
Paul Gilbert
eee84b8760 ACCESS: Implemented plotList 2014-08-11 23:12:53 -04:00
Paul Gilbert
7d4180c3e2 ACCESS: Implemented Animation setFrame code 2014-08-11 21:34:39 -04:00
Paul Gilbert
768e144683 ACCESS: Properly implement Animation calcFrame/calcFrame1 methods 2014-08-11 20:27:19 -04:00
Strangerke
617aa98ede ACCESS: Implement cmdSnd() 2014-08-11 23:57:06 +02:00
Strangerke
5c7699799d ACCESS: Implement 3 more opcodes, fix a typo 2014-08-11 23:43:27 +02:00
Strangerke
69c7f989b1 ACCESS: Fix the implementation of cmdCheckAnim 2014-08-11 23:05:48 +02:00
Strangerke
5344143027 ACCESS: Implement cmdCheckFrame 2014-08-11 23:03:49 +02:00
Paul Gilbert
a0b9afded3 ACCESS: Implemented animation anim methods 2014-08-10 23:17:53 -04:00
Paul Gilbert
69ecc15c02 ACCESS: Add decoding of animation resources 2014-08-10 22:25:30 -04:00
Paul Gilbert
b6c9460031 ACCESS: Fix palette translation during loading 2014-08-10 19:42:33 -04:00
Paul Gilbert
e833ae66e2 ACCESS: Fix loop in buildScreen 2014-08-10 19:19:32 -04:00
Strangerke
6f2bc7fc1f ACCESS: Implement 2 opcodes 2014-08-11 00:52:47 +02:00
Paul Gilbert
b2596cab0e ACCESS: Implement loadPlayField 2014-08-10 18:36:34 -04:00
Paul Gilbert
6801cb0855 ACCESS: Decompress sprite resource frames immediately on creation 2014-08-10 16:55:06 -04:00