2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rearchitecture stat tests into new RPGEngine::statTest(). More... over 8 years ago
Rearchitecture code into new RPGEngine::rollTest(). More... over 8 years ago
FIXED Fixed use of rand() so that die rolls etc now have uniform distribution. More... over 8 years ago
Fix "score" to return average, not max. More... over 8 years ago
Update about ranged weapons. More... over 8 years ago
Require random scenery to lie within floor regions taking the width/height of the scenery into account. Constify some Location::findFloorRegionsAt() methods. More... over 8 years ago
Add random background scenery, use for 1st quest. More... over 8 years ago
No longer need QuestXMLType. More... over 8 years ago
Add initial code for random scenery (not yet implemented). More... over 8 years ago
Move loading start bonus to separate function. More... over 8 years ago
Move loading floor region into separate function; always read to end tag for traps and items. More... over 8 years ago
Move some loading XML code into separate functions (scenery and traps); eliminate QUEST_XML_TYPE_SCENERY. More... over 8 years ago
Fix missing attribution! More... almost 9 years ago
Update to version 0.16. More... almost 9 years ago
Update to Qt 5 format - no significant changes. More... almost 9 years ago
UPDATED Now using Qt 5.3 and Visual Studio 2012 for Windows binary (upgraded from Qt 4.8.5 and Visual Studio 2008). More... almost 9 years ago
QPen default width is 0 on Qt 4 (which we want), but 1 on Qt 5! More... almost 9 years ago
Add local source file - needed for SFML on Qt 5. More... almost 9 years ago
Remove Qt's INSERT_PERMISSIONS and INSERT_FEATURES, as it adds Internet permission! More... about 9 years ago
Typo. More... about 9 years ago
Fix typo More... about 9 years ago
Add note about Nokia Store downloads. More... about 9 years ago
Update download links for v0.15; update Symbian link from Nokia Store to Opera Mobile (how nice of them not to have a redirect.) More... about 9 years ago
Add date for release. More... about 9 years ago
Update for Ubuntu - SFML now seems to be available as standard in Ubuntu 14.04. More... about 9 years ago
Update translations for 0.15 release. More... about 9 years ago
ADDED Added button to display on-screen keyboard next to text edits where relevant for Windows (particularly useful for Windows 8 tablets). Game class is now a QObject. More... about 9 years ago
Delete extra newlines. More... about 9 years ago
Update history - kinetic scrolling already worked on textviews for Windows touchscreen. More... about 9 years ago
Fix typo in comment. More... about 9 years ago