Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This caused a crash when pressing 'New Game' in the Black Circle demo.
Regression from 544e4a2f49630cecbf06fe5b1e11bdbab1bdb281.
|
|
Returning the currently displayed input when you click cancel is confusing
behavior in my eyes.
|
|
This fixes garbage output when canceling the predictive dialog in AGI when
nothing was entered.
|
|
Instead of manually multiplying the entry count with the entry size we simply
use both parameters of calloc as intended now.
|
|
newDictLine is allocated with calloc in line 856 thus there is no need to
initialize any entry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The fan game SQ0 does this (for '7up', among others), and this caused us
to skip all words starting with an 'a'. Bug #3615061.
|
|
WINTERMUTE: Speed up rendering
|
|
implement it. Repair Dialogs::scrollModeDialogue().
|
|
getRandomNumber() calls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This splits modules 2400, 2500 and 2600
|
|
|
|
Return a fake value for functions that are supposed to return a boolean value
|
|
This splits modules 2700, 2900 and 3000
|
|
|
|
|
|
This avoids queueing many tickets for a UITiledImage, replacing
them by a single tiled ticket.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
engines/wintermute/graphics/transparent_surface.cpp
engines/wintermute/graphics/transparent_surface.h
|