Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-01 | Call updateScreen() more often in options/save/load dialog to keep mouse | Torbjörn Andersson | |
movement smoother. And since this is potentially wasteful, only redraw the entire dialog when it seems likely that it may have changed. svn-id: r26348 | |||
2007-04-01 | Call updateScreen() more often when drawing right-click menus, to make mouse | Torbjörn Andersson | |
movement smoother. svn-id: r26347 | |||
2007-04-01 | We still track the mouse position while waiting for an answer to the "Do you | Torbjörn Andersson | |
want to quit?" question, so it makes sense to me to keep drawing the cursor. Even if the original didn't. svn-id: r26346 | |||
2007-04-01 | Use the event manager to track the mouse position. | Torbjörn Andersson | |
svn-id: r26345 | |||
2007-04-01 | Use the cursor manager instead of calling the backend functions directly. | Torbjörn Andersson | |
(Maybe the backend functions ought to be protected?) svn-id: r26344 | |||
2007-04-01 | made _vm/_engine usage consistent. (_engine -> _vm all over the place now). | Johannes Schickel | |
svn-id: r26342 | |||
2007-04-01 | Implemented Disk routines for Amiga demo. Font are simulated with boxes, and ↵ | Nicola Mettifogo | |
frames aren't decoded properly yet. The engine will now show the first game screen, but crash as soon as the user clicks her mouse. svn-id: r26341 | |||
2007-04-01 | Added GF_DEMO flag and ability to load the correct location at start. | Nicola Mettifogo | |
svn-id: r26340 | |||
2007-04-01 | Function changeCharacter is now responsible for loading character specific ↵ | Nicola Mettifogo | |
Zones and such svn-id: r26339 | |||
2007-04-01 | Bugfix to correctly remove an item from a character's inventory when it is ↵ | Paul Gilbert | |
deactivated svn-id: r26338 | |||
2007-04-01 | Bugfix for strings that wrapped near a carriage return character | Paul Gilbert | |
svn-id: r26337 | |||
2007-04-01 | made Menu use _vm instead of _engine | Nicola Mettifogo | |
svn-id: r26336 | |||
2007-04-01 | Fixed setFocusRectangle code. At least I think I did, I don't know where it ↵ | Robert Göffringmann | |
came from and I can't test it either. But it looked rather broken. svn-id: r26335 | |||
2007-04-01 | improved debugger a bit | Robert Göffringmann | |
svn-id: r26334 | |||
2007-03-31 | fixed graphic glitch when playing the floppy intro with spanish subtitles ↵ | Robert Göffringmann | |
and added a few comments. svn-id: r26333 | |||
2007-03-31 | Changed waitEndSoundSlice() to react more dynamically to enforce audio/video ↵ | Sven Hesse | |
sync svn-id: r26332 | |||
2007-03-31 | Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by ↵ | Max Horn | |
using a clever technique called 'signed ints' for room offsets (and this won't cause any regressions; any you may encounter are merely the products of a deranged imagination) svn-id: r26331 | |||
2007-03-30 | Renamed AGIs savegame.cpp to saveload.cpp, to match the other engines | Max Horn | |
svn-id: r26330 | |||
2007-03-30 | made menu properly set language | Nicola Mettifogo | |
svn-id: r26329 | |||
2007-03-30 | BASS is not Counter Strike, so redrawing the screen at 70 fps feels a little ↵ | Robert Göffringmann | |
pointless. It's also more than the average pal tv set can do ;) svn-id: r26328 | |||
2007-03-30 | - Fixed the IMD playing within mults, the non-interactive Gob3 demo should ↵ | Sven Hesse | |
work better now - Replaced strcpy with strncpy where appropriate - Added detection entries for other languages of the multilingual Gob3 CD; bug #1691230 svn-id: r26327 | |||
2007-03-29 | Fixing curly bracket style | Sven Hesse | |
svn-id: r26326 | |||
2007-03-29 | Replaced some more intenting space that slipped in with tabs | Sven Hesse | |
svn-id: r26325 | |||
2007-03-29 | Formatting (Take that, LordHoto! ;P) | Sven Hesse | |
svn-id: r26324 | |||
2007-03-29 | formatting. | Johannes Schickel | |
svn-id: r26323 | |||
2007-03-29 | Update the screen in escDelay(). Seems to fix some glitches when changing | Torbjörn Andersson | |
scaler at certain points in the intro. svn-id: r26322 | |||
2007-03-29 | Mind the time needed to update the screen when waiting for a sound slice to ↵ | Sven Hesse | |
finish svn-id: r26321 | |||
2007-03-29 | Don't play coktel2.imd, but coktel.imd | Sven Hesse | |
svn-id: r26320 | |||
2007-03-29 | oops | Nicola Mettifogo | |
svn-id: r26319 | |||
2007-03-29 | - changed Cnv to use a single large buffer for frames instead of small ↵ | Nicola Mettifogo | |
chunks of memory, to simplify loading by Disk. - added a new constructor with parameters to Cnv svn-id: r26318 | |||
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | Nicola Mettifogo | |
- enforced use of getFramePtr instead of Cnv::_array member svn-id: r26317 | |||
2007-03-29 | - Properly implemented the ImdPlayer | Sven Hesse | |
- Some more clean-up svn-id: r26316 | |||
2007-03-29 | cleanup. | Johannes Schickel | |
svn-id: r26315 | |||
2007-03-28 | Overhaul of palette management to bring it back to its original form. Gfx ↵ | Nicola Mettifogo | |
palette code has been updated, and _c_endComment (callable from scripts) has been implemented. As a by-product, palette cycling now finally works! svn-id: r26314 | |||
2007-03-27 | Fixed palette bug to allow proper display of splash screens, but dos palette ↵ | Nicola Mettifogo | |
is still broken in game. Palette code needs a general revision due to differences between dos and amiga. svn-id: r26313 | |||
2007-03-27 | engine can now handle amiga and dos splash screens | Nicola Mettifogo | |
svn-id: r26312 | |||
2007-03-27 | added code to load amiga background slides | Nicola Mettifogo | |
svn-id: r26311 | |||
2007-03-27 | fixed const correctness | Max Horn | |
svn-id: r26307 | |||
2007-03-26 | Commit of patch #1688065 ("KYRA: fm towns music"). | Johannes Schickel | |
svn-id: r26305 | |||
2007-03-25 | Removed code that at least for now is presumed dead. | Torbjörn Andersson | |
svn-id: r26304 | |||
2007-03-25 | Some tempo fixes from Florian. | Johannes Schickel | |
svn-id: r26300 | |||
2007-03-24 | Changed detection of the dreaded 'fr' archive in Nippon Safes Amiga Demo. ↵ | Nicola Mettifogo | |
This is not a better hack than before, except that now it works. svn-id: r26299 | |||
2007-03-24 | Cleaning up various issues with the Indy3 IQ patch | Max Horn | |
svn-id: r26296 | |||
2007-03-24 | Added new class Table, and updated Disk accordingly. Tables can be populated ↵ | Nicola Mettifogo | |
after their creation or wrapped around existing arrays. Thus, the old functions (initTable, freeTable and searchTable) have been removed. svn-id: r26295 | |||
2007-03-24 | made more functions members of Parallaction | Nicola Mettifogo | |
svn-id: r26294 | |||
2007-03-24 | started infrastructure for amiga demo: | Nicola Mettifogo | |
- added Disk skeleton - adapted Archive to handle different structure for archives - moved Disk creation from engine constructor into init() [still sub-optimal] svn-id: r26293 | |||
2007-03-24 | - fixed regression bug: one free/delete mismatch | Nicola Mettifogo | |
- added needed virtual destructors to structs svn-id: r26292 | |||
2007-03-24 | Update help. | Travis Howell | |
svn-id: r26291 | |||
2007-03-24 | Remove old debug message in getStringWidth opcode, which is no longer required. | Travis Howell | |
svn-id: r26290 | |||
2007-03-24 | Add patch #1687026 - Indy3: Series IQ-Points. | Travis Howell | |
svn-id: r26289 |