Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | SAGA: Fixed memory leaks in the SAGA engine | Christopher Page | |
svn-id: r32673 | |||
2008-06-03 | Initial WIP and still non-working code for the blinking save reminder icon ↵ | Filippos Karapetis | |
(bug reports #1981081 and #1971729) svn-id: r32521 | |||
2008-05-26 | Code cleanup: | Filippos Karapetis | |
- Removed sagaresnames.h - Moved all special scenes to scene.h, and named them consistently (e.g. RID_ITE_OVERMAP_SCENE -> ITE_SCENE_OVERMAP) - Moved all resources which were used by the ITE intro into ite_introproc.cpp - Removed several defines which were only used once (e.g. the SFX names) - Reordered the GameResourceDescription resources so that ITE and IHNM specific resources are placed in the end - Updated the comment about the IHNM Mac music - Changed the callocs in loadPalAnim to mallocs, like in the rest of the code - Removed the MEM error svn-id: r32282 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-09 | Added handling of home/end keys in input dialogs and properly filtered out ↵ | Filippos Karapetis | |
non-alphanumeric keys svn-id: r30358 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-12-23 | Disable voices when voice files do not exist (like the original interpreter ↵ | Filippos Karapetis | |
does), instead of exiting with an error. This is necessary for devices with little space svn-id: r29956 | |||
2007-12-20 | Fix for bug #1851030 - "IHNM Spanish CD - Wrong Dialogs color" | Filippos Karapetis | |
svn-id: r29929 | |||
2007-12-20 | Removed clamp() and used the common CLIP template instead | Filippos Karapetis | |
svn-id: r29927 | |||
2007-12-11 | Fix for bug #1848016 - "IHNM: Wrong Subtitles Color (Spanish)". The colors ↵ | Filippos Karapetis | |
of the default palette in the Spanish version of the game are shifted by 1. svn-id: r29828 | |||
2007-10-28 | The palette of the boss screen (F9 key) in IHNM is set correctly now | Filippos Karapetis | |
svn-id: r29279 | |||
2007-10-27 | The options panel in IHNM is now shown and functioning correctly when it's ↵ | Filippos Karapetis | |
opened during a character's speech svn-id: r29266 | |||
2007-09-30 | Show the cursor when opening the options screen. Also, fixed a regression ↵ | Filippos Karapetis | |
with some strings in the game interface svn-id: r29151 | |||
2007-09-30 | IHNM does not have excuse texts | Filippos Karapetis | |
svn-id: r29145 | |||
2007-09-15 | The sales info video for the IHNM demo is now shown when quitting the demo | Filippos Karapetis | |
svn-id: r28906 | |||
2007-09-15 | Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ↵ | Filippos Karapetis | |
mode is properly set in all cases where palette fadeout is used. Some code formatting svn-id: r28904 | |||
2007-09-14 | Removed the RF_PLACARD flag. Also, simplified sfPlaceActor and removed a non ↵ | Filippos Karapetis | |
needed check svn-id: r28901 | |||
2007-09-11 | Change SAGA engine to properly use KeyState structs for handling keyboard input | Max Horn | |
svn-id: r28889 | |||
2007-09-10 | Lots of source code formatting corrections | Max Horn | |
svn-id: r28887 | |||
2007-08-26 | Cleanup | Filippos Karapetis | |
svn-id: r28748 | |||
2007-08-26 | The character selection screen shown when all the 5 protagonist chapters are ↵ | Filippos Karapetis | |
completed is now functional svn-id: r28742 | |||
2007-08-25 | When sfMainMode is set, overwrite the stored panel mode | Filippos Karapetis | |
svn-id: r28731 | |||
2007-08-25 | Properly limit the save title size in IHNM | Filippos Karapetis | |
svn-id: r28728 | |||
2007-08-25 | Converse arrows scroll the conversation options correctly now | Filippos Karapetis | |
svn-id: r28720 | |||
2007-08-25 | Inventory arrows scroll the inventory correctly now | Filippos Karapetis | |
svn-id: r28719 | |||
2007-08-24 | Oops, fixed a regression introduced with the latest code cleanup | Filippos Karapetis | |
svn-id: r28708 | |||
2007-08-24 | Code cleanup for the IHNM demo | Filippos Karapetis | |
svn-id: r28707 | |||
2007-08-23 | The colors of the input text widgets are correct now in IHNM | Filippos Karapetis | |
svn-id: r28701 | |||
2007-08-21 | The height of the save file list slider is calculated correctly now for IHNM | Filippos Karapetis | |
svn-id: r28691 | |||
2007-08-21 | The button sprites of the warnings dialogs of IHNM are loaded correctly now. ↵ | Filippos Karapetis | |
Also, the save file slider is shown correctly now (although it still needs some tweaking, as its virtual height is still the same as in ITE) svn-id: r28690 | |||
2007-08-20 | Cleanup: Removed obsolete TODOs | Filippos Karapetis | |
svn-id: r28682 | |||
2007-08-18 | Corrected some of the colors in the save/load dialogs in IHNM | Filippos Karapetis | |
svn-id: r28648 | |||
2007-08-17 | Several bugfixes: | Filippos Karapetis | |
- The spiritual barometer display in IHNM is now updated only when necessary, to speed drawing up. This also corrects an issue where the spiritual barometer display was updated only after changing a scene - sf92 is sfDemoSetInteractive - It's now possible to use dashes and underscores in savegames - Screen fading when changing scenes is now done correctly: the interface will no longer be incorrectly briefly shown while the screen is fading to black - The interface mode is now correctly set in the non-interactive part of the IHNM demo - sfScriptGotoScene does not have a transition parameter, therefore that parameter has been removed svn-id: r28643 | |||
2007-08-02 | The help screen in the IHNM demo is shown correctly now | Filippos Karapetis | |
svn-id: r28406 | |||
2007-08-02 | Partially implemented opcodes 87, 88 and 89, used in the help system of the ↵ | Filippos Karapetis | |
IHNM demo. It's still buggy, though svn-id: r28398 | |||
2007-07-31 | Some updates to the psychic profile in IHNM. sfPsychicProfileOff has been ↵ | Filippos Karapetis | |
enabled again svn-id: r28361 | |||
2007-07-31 | The mouse works correctly now in the options dialog when it's opened in the ↵ | Filippos Karapetis | |
non-interactive part of the IHNM demo svn-id: r28346 | |||
2007-07-30 | The interactive part of the IHNM demo fully works now. Also, made the ↵ | Filippos Karapetis | |
options screen work in the non-interactive part of the demo svn-id: r28344 | |||
2007-07-30 | The disk icon is now shown in the IHNM demo (though it's not functional yet) | Filippos Karapetis | |
svn-id: r28329 | |||
2007-07-30 | Process only mouse clicks in the psychic profile, not mouse movement | Filippos Karapetis | |
svn-id: r28326 | |||
2007-07-30 | It's now possible to exit from the psychic profile screen in IHNM | Filippos Karapetis | |
svn-id: r28325 | |||
2007-07-28 | The main panel is now correctly shown in the IHNM demo. Some inventory items ↵ | Filippos Karapetis | |
are still wrong, though svn-id: r28264 | |||
2007-07-28 | The demo version of IHNM has no options panel, therefore the options icon ↵ | Filippos Karapetis | |
and the options panel shortcuts have been disabled for the IHNM demo svn-id: r28254 | |||
2007-07-28 | Disable the status text in the IHNM demo | Filippos Karapetis | |
svn-id: r28251 | |||
2007-07-14 | ITE: Fixed some more incorrect dots on dialog buttons | Filippos Karapetis | |
svn-id: r28077 | |||
2007-07-14 | ITE: Fixed some of the incorrectly drawn dots of the menu buttons | Filippos Karapetis | |
svn-id: r28076 | |||
2007-06-28 | Added a debug message for game loading | Filippos Karapetis | |
svn-id: r27755 | |||
2007-06-17 | Some updates on the save/load system in IHNM. It still needs work, though | Filippos Karapetis | |
svn-id: r27505 | |||
2007-06-17 | More efforts to implement proper fade after cutaway. One little glitch is left. | Eugene Sandulenko | |
svn-id: r27502 | |||
2007-06-16 | Options button is now working in the character selection screen in IHNM | Filippos Karapetis | |
svn-id: r27480 |