Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | VOYEUR: Minor palette load bugfixes. First screen is now partly showing | Paul Gilbert | |
2013-06-05 | VOYEUR: Implemented more doHeadTitle startup code, and startFade | Paul Gilbert | |
2013-06-02 | VOYEUR: Fix to event manager delays and screen updates methods | Paul Gilbert | |
2013-06-01 | VOYEUR: Added in debugger and adding event manager methods | Paul Gilbert | |
2013-06-01 | VOYEUR: Fixes for recent changes to ViewPortResource initialisation | Paul Gilbert | |
2013-06-01 | VOYEUR: Firthur work on sDrawPic and add fn | Paul Gilbert | |
2013-06-01 | VOYEUR: Implemented the restoreBack method | Paul Gilbert | |
2013-06-01 | VOYEUR: Implemented the restoreMCGASaveRect method | Paul Gilbert | |
2013-05-31 | VOYEUR: Implemented sWaitFlip | Paul Gilbert | |
2013-05-31 | VOYEUR: Implemented flipPage | Paul Gilbert | |
2013-05-31 | VOYEUR: Cleanup of sDrawPic parameter usage and viewport initialisation | Paul Gilbert | |
2013-05-31 | VOYEUR: Implemented first execution path through sInitPic | Paul Gilbert | |
2013-05-30 | VOYEUR: Implemented the setupMCGASaveRect method | Paul Gilbert | |
2013-05-29 | VOYEUR: Completed setupViewPort | Paul Gilbert | |
2013-05-28 | VOYEUR: Fixes to pointer fields in viewport setup | Paul Gilbert | |
2013-05-28 | VOYEUR: Starting on viewport activation, and extra bolt entry guards | Paul Gilbert | |
2013-05-27 | VOYEUR: Implemented remaining Bolt init methods | Paul Gilbert | |
2013-05-26 | VOYEUR: Added code for initViewPortList | Paul Gilbert | |
2013-05-25 | VOYEUR: Implemented initViewPort and pointer resolve methods | Paul Gilbert | |
2013-05-25 | VOYEUR: Fixes for decompression, and picture initialisation | Paul Gilbert | |
2013-05-25 | VOYEUR: Refactoring Bolt statics into a separate class | Paul Gilbert | |
2013-05-25 | VOYEUR: Beginnings of Bolt init function array | Paul Gilbert | |
2013-05-24 | VOYEUR: Clean up of IntData usage | Paul Gilbert | |
2013-05-23 | VOYEUR: Start of work on general initialisation | Paul Gilbert | |
2013-05-22 | VOYEUR: Finished globalInitBolt method | Paul Gilbert | |
2013-05-22 | VOEYUR: Now the font data pointer loads correctly | Paul Gilbert | |
2013-05-22 | VOYEUR: First group's members are now successfully decompressed | Paul Gilbert | |
2013-05-22 | VOYEUR: Some initial bugfixes for resource decompression | Paul Gilbert | |
2013-05-22 | VOYEUR: Implemented code for default decompression | Paul Gilbert | |
2013-05-21 | VOYEUR: Fixes for loading group index | Paul Gilbert | |
2013-05-21 | VOYEUR: Further work on bolt file loading | Paul Gilbert | |
2013-05-20 | VOYEUR: In progress work on bolt file manager | Paul Gilbert | |
2013-05-18 | VOYEUR: Added proper detection entry | Paul Gilbert | |
2013-05-18 | VOYEUR: Added engine skeleton | Paul Gilbert | |
2013-05-18 | HOPKINS: Fix to prevent GMM saving in the underwater sub scenes | Paul Gilbert | |
2013-05-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-17 | I18N: Update Danish translation | Steffen Nyeland | |
2013-05-17 | CGE: Add detection entry for Sfinx | Strangerke | |
2013-05-17 | NEVERHOOD: Add detection for Russian version. Requires more work | Eugene Sandulenko | |
2013-05-17 | AUDIO: Reduce callback frequency of the MT-32 emulator. | Johannes Schickel | |
Formerly the frequency was at 10000Hz. This resulted in 3,4 or even only 1 sample to be generated between callbacks on my system. All the other MIDI drivers use a much lower frequency here. The MidiDriver_Emulated subclasses use a frequency of 250Hz (by default) and the MidiDriver_MPU401 subclasses (which are for example the ALSA output) use 100Hz. With the new frequency of 250Hz 128 samples are generated between callbacks. This will hopefully reduce the overhead of the MT-32 emulator (the engine's code was run 10000 times a second too) a bit. I talked with KingGuppy and it seems the value was increased in the past (still with the very old MT-32 emulator code) because there were accuracy issues. However, I gave the lower frequency a quick test with the MI1, MI2 and ITE intro and didn't spot any obvious differences. As a result, KingGuppy and I agreed to lower it back to 250Hz. If there are any problems coming up we can still slightly increase the frequency to 1000Hz for example. Thanks to waltervn for noticing this. Thanks to KingGuppy for discussion. | |||
2013-05-16 | MOHAWK: Add GF_LB_10 to try fixing bug#3611895. | Alyssa Milburn | |
2013-05-16 | ANDROID: Disable parachute slot 0 saves. | Alyssa Milburn | |
2013-05-16 | ANDROID: Force htc_fail for all Android devices, for now. | Alyssa Milburn | |
2013-05-16 | ANDROID: Ignore subdirectories of asset archives. | Alyssa Milburn | |
2013-05-16 | ANDROID: Delete local JNI references to asset data/classes. | Alyssa Milburn | |
2013-05-16 | HOPKINS: Clean up loops | Willem Jan Palenstijn | |
2013-05-16 | HOPKINS: Fix shadowed variable not reported by MSVC | Strangerke | |
2013-05-16 | HOPKINS: Fix bug #3611942 and #3613072 - Pathfinding regression in ↵ | Strangerke | |
1fd81eee4056342971220240a49baef73737b386 | |||
2013-05-15 | NEVERHOOD: Update old form of module.mk | Filippos Karapetis | |
This syncs the engine's module.mk with the changes in 38a8aa516e0fa315e318801e5399f82e51efa8df | |||
2013-05-15 | MADE: Show version-related before size-related incompatibilities in savegames | Filippos Karapetis | |
This gives clearer errors when users use savegames saved with a different version |