Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-21 | Added version string details for one version of loom and one version of ↵ | Max Horn | |
monkeyega; some cleanup svn-id: r23739 | |||
2006-08-21 | Added workaround (and warnings to find corner cases) for bug #1535358 | Max Horn | |
svn-id: r23738 | |||
2006-08-21 | Yet another paranoia check | Max Horn | |
svn-id: r23737 | |||
2006-08-21 | cleanup & check for sentence overflows | Max Horn | |
svn-id: r23736 | |||
2006-08-20 | Updated credits with all current port builders. | Eugene Sandulenko | |
svn-id: r23732 | |||
2006-08-20 | Rename VAR_MOUSEPRESENT to VAR_INPUTMODE and set the default input type to ↵ | Travis Howell | |
mouse mode. Fighting uses mouse mode by default in FOA now, just like the original game. svn-id: r23727 | |||
2006-08-19 | Fixed bug causing crash during saving in Saga engine, changed audio to low ↵ | Neil Millstone | |
quality. svn-id: r23726 | |||
2006-08-19 | Added build C target to support more engines. | Neil Millstone | |
svn-id: r23725 | |||
2006-08-18 | slightly changed patch #1521412: Hardcoded path for theme files | Willem Jan Palenstijn | |
svn-id: r23723 | |||
2006-08-18 | fix bugs #1515389 and #1505868 (aka file::exists - dedicated to LordHoto) ↵ | Kostas Nakos | |
(backport) svn-id: r23722 | |||
2006-08-18 | fix smartphone cursor hiding when keyboard up, more logical zone function, ↵ | Kostas Nakos | |
got rid of higher sound thread priority by default. (backport) svn-id: r23720 | |||
2006-08-16 | Fixed pathfinding | Sven Hesse | |
svn-id: r23718 | |||
2006-08-16 | mention BASS v0.0303 LINC spacing fix | Joost Peters | |
svn-id: r23717 | |||
2006-08-16 | Apply patch #1534805 ("BASS: Linc font too wide in version 303") | Joost Peters | |
svn-id: r23714 | |||
2006-08-15 | Limit md5 computations to first 5000 bytes in gob engine. | Eugene Sandulenko | |
svn-id: r23713 | |||
2006-08-15 | Add PT_BRA FT MD5 as reported in bugreport #1539740 | Eugene Sandulenko | |
svn-id: r23711 | |||
2006-08-15 | Change Brazilian Portuguese acronym from "pt" to "br" in case there will | Eugene Sandulenko | |
be pure Portuguese games and to make use of brazilian flag. No detection stuff is dependent on this, though BASS and Sword1 make use of it. However no autoupgrade option is implemented, should it be? svn-id: r23710 | |||
2006-08-15 | - adding LPGL headers to adlib sound specific files | Johannes Schickel | |
- stating about dual license of adlib sound specific files svn-id: r23708 | |||
2006-08-13 | Made FF use the same max length for every line when word-wrapping subtitles, | Torbjörn Andersson | |
rather than using the length of the previous line. This fixes bug #1536401. svn-id: r23706 | |||
2006-08-12 | The ListWidget constructor already did most of what reflowLayout() does, except | Torbjörn Andersson | |
calling Widget::reflowLayout(). I've simplified that by calling reflowLayout() directly instead. This may be a bit of a hack, but it was the best way I could think of to ensure that _entriesPerPage was properly initialised. It wasn't before, because _h had not been initialised, causing Valgrind to complain. svn-id: r23705 | |||
2006-08-12 | Whitespace. | Torbjörn Andersson | |
svn-id: r23704 | |||
2006-08-12 | Ooops again, use the correct delete... | Sven Hesse | |
svn-id: r23703 | |||
2006-08-12 | Ooops, free the allocated _startTot/_startTot0, too... | Sven Hesse | |
svn-id: r23702 | |||
2006-08-12 | Added another field to the GameSettings for the intro.tot, because the ↵ | Sven Hesse | |
Gobliins 2 demo uses usa.tot instead svn-id: r23701 | |||
2006-08-12 | - Some more goblins-handling functions | Sven Hesse | |
- Fixed some mistakes I made in the Parse_v2 functions. Now the goblins (finally) move. Also, the correct music is played in the first screen. - Found the hook for the menu - On freeing a sound slot, only stop the playing music if it's in the slot to free svn-id: r23700 | |||
2006-08-08 | Updates msvc8 project files. | Johannes Schickel | |
svn-id: r23699 | |||
2006-08-08 | Little Common::String usage 'fix'. | Johannes Schickel | |
svn-id: r23698 | |||
2006-08-07 | changed references to StringData::getString to use two parameter version ↵ | Paul Gilbert | |
rather than passing NULL values svn-id: r23697 | |||
2006-08-07 | Incremented required data file version | Paul Gilbert | |
svn-id: r23696 | |||
2006-08-07 | Renamed hotspot talking destination character field to make it's use clearer | Paul Gilbert | |
svn-id: r23695 | |||
2006-08-07 | Reworked the talk dialog system to properly handle destination character and ↵ | Paul Gilbert | |
active item Id. Also completed ASK action handler svn-id: r23694 | |||
2006-08-07 | Fixed item overwriting destination character in ASK action | Paul Gilbert | |
svn-id: r23693 | |||
2006-08-07 | Enhanced Room::setTalkDialog to be passed the destination character and ↵ | Paul Gilbert | |
active item hotspot Id svn-id: r23692 | |||
2006-08-07 | Fixed displayMessage script method to use the new Hotspot::showMessage | Paul Gilbert | |
svn-id: r23691 | |||
2006-08-07 | Dialog::showMessage transferred over to the Hotspot class. Also enhanced ↵ | Paul Gilbert | |
TalkDialog to handle being passed a destination character and active item svn-id: r23690 | |||
2006-08-07 | Fixed signature of GetString method - it is a destination character passed, ↵ | Paul Gilbert | |
not the current action. Also added a new method to return a decoded string with the correct definite article prefix (a/an/the) svn-id: r23689 | |||
2006-08-07 | Removed stripping of high two bits of hotspot name and desc field string Ids | Paul Gilbert | |
svn-id: r23687 | |||
2006-08-06 | Reduced MD5 checking to 1Kb, and recalculated MD5 strings | Paul Gilbert | |
svn-id: r23686 | |||
2006-08-06 | Fix bug #1535261 FF:Dock Crash - decompressData error | Travis Howell | |
svn-id: r23684 | |||
2006-08-05 | Since we link against libvorbisfile, we should check for its presence, too | Max Horn | |
svn-id: r23681 | |||
2006-08-05 | Added missing agi.vcproj file | Max Horn | |
svn-id: r23680 | |||
2006-08-04 | Fix bug in Fluidsynth configure code | Max Horn | |
svn-id: r23679 | |||
2006-08-04 | Simplify configure code a bit, making it easier to add stuff to config.mk | Max Horn | |
svn-id: r23678 | |||
2006-08-04 | Modified version of the rest of patch #1497254: Patch to add support for the ↵ | Max Horn | |
Atari ST/FreeMiNT Platform svn-id: r23677 | |||
2006-08-04 | Added -Wuninitialized to --enable-release (best used in combination with ↵ | Max Horn | |
--enable-Werror :-) svn-id: r23676 | |||
2006-08-04 | Disabled '-O -Wuninitialized by default; this eases debugging a lot in some ↵ | Max Horn | |
cases, at the cost of a nice-but-not-so-often-needed compiler warning (see also patch #1511980) svn-id: r23675 | |||
2006-08-04 | Patch #1522592: Bugfix [1498158] SIMON: Itemheap overflow on 64bit systems | Max Horn | |
svn-id: r23670 | |||
2006-08-04 | Only refresh the theme & reflow all dialogs if the screen settings actually ↵ | Max Horn | |
changed svn-id: r23669 | |||
2006-08-04 | There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI code | Max Horn | |
svn-id: r23668 | |||
2006-08-04 | Activate _dimsInactive for ValueDisplayDialog, makes the text speed/volume ↵ | Max Horn | |
change etc. mini-dialogs behave a little bit less weird (TODO: Disable cursor change) svn-id: r23667 |