projects
/
rocksndiamonds.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
added some comments
2021-05-01
Holger Schemel
added some comments
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
cleanup of function to get high score list text entry
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
moved converting score to time from high score screen...
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
changed loading native Supaplex levels to rate high...
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
added level editor option to sort high scores by playing...
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
changed high score screen to show time instead of score...
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
moved filesystem code for Emscripten platform to separate...
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
added using played time for high score calculation
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
added storing played time in score files (not used...
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
improved code for final time calculation
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
cleanup of high score data structures
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
removed unused code
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
changed file format of score files from plain text...
commit
|
commitdiff
|
tree
2021-05-01
Holger Schemel
changed flood fill function to prevent stack overflow...
commit
|
commitdiff
|
tree
2021-03-05
Holger Schemel
added freeing bitmap (potentially replaced after scaling up)
commit
|
commitdiff
|
tree
2021-03-04
Holger Schemel
added some cleanup and comments
commit
|
commitdiff
|
tree
2021-03-04
Holger Schemel
fixed using custom sized game graphics also for global...
commit
|
commitdiff
|
tree
2021-03-04
Holger Schemel
added support for accessing (scaled) original size...
commit
|
commitdiff
|
tree
2021-03-04
Holger Schemel
changed name of preprocessor constant to improve readability
commit
|
commitdiff
|
tree
2021-03-03
Holger Schemel
fixed graphics config option to support elements on...
commit
|
commitdiff
|
tree
2021-02-28
Holger Schemel
version number set to 4.2.3.2
commit
|
commitdiff
|
tree
2021-02-27
Holger Schemel
added deployment targets in Makefile
commit
|
commitdiff
|
tree
2021-02-27
Holger Schemel
re-enabled storing selection from "last played level...
commit
|
commitdiff
|
tree
2021-02-26
Holger Schemel
removed code which has no effect
commit
|
commitdiff
|
tree
2021-02-26
Holger Schemel
changed function to get tree node from identifier to...
commit
|
commitdiff
|
tree
2021-02-25
Holger Schemel
fixed problems with current level set node being a...
commit
|
commitdiff
|
tree
2021-02-25
Holger Schemel
added marking nodes in "last played level sets" sub...
commit
|
commitdiff
|
tree
2021-02-25
Holger Schemel
added safety check (should never happen style)
commit
|
commitdiff
|
tree
2021-02-25
Holger Schemel
fixed horrible crash bug caused by dereferencing pointer...
commit
|
commitdiff
|
tree
2021-02-24
Holger Schemel
version number set to 4.2.3.1
commit
|
commitdiff
|
tree
2021-02-23
Holger Schemel
version number set to 4.2.3.0
commit
|
commitdiff
|
tree
2021-02-19
Holger Schemel
added support for using LLDB instead of GDB when debugging...
commit
|
commitdiff
|
tree
2021-02-19
Holger Schemel
added setup options to disable asking on quit game...
commit
|
commitdiff
|
tree
2021-02-19
Holger Schemel
changed function parameter handling (with same functionality)
commit
|
commitdiff
|
tree
2021-02-18
Holger Schemel
fixed crash bug caused by freeing string buffer twice
commit
|
commitdiff
|
tree
2021-02-18
Holger Schemel
fixed updating list of last played level sets after...
commit
|
commitdiff
|
tree
2021-02-17
Holger Schemel
fixed sort priorities of special tree nodes to prevent...
commit
|
commitdiff
|
tree
2021-02-17
Holger Schemel
fixed crash bug caused by accessing undefined sorting...
commit
|
commitdiff
|
tree
2021-02-17
Holger Schemel
added functions to case-insensitively compare strings...
commit
|
commitdiff
|
tree
2021-02-16
Holger Schemel
added support for left, middle or right mouse button...
commit
|
commitdiff
|
tree
2021-02-16
Holger Schemel
fixed sorting in tutorial and classic level groups
commit
|
commitdiff
|
tree
2021-02-15
Holger Schemel
minor code improvement
commit
|
commitdiff
|
tree
2021-02-15
Holger Schemel
added persistent personal game data for Emscripten...
commit
|
commitdiff
|
tree
2021-02-15
Holger Schemel
increased initial memory for Emscripten platform
commit
|
commitdiff
|
tree
2021-02-11
Holger Schemel
added storing and checking program version in artwork...
commit
|
commitdiff
|
tree
2021-02-10
Holger Schemel
removed unused code for sorting and coloring level...
commit
|
commitdiff
|
tree
2021-02-10
Holger Schemel
changed sorting and coloring in level sets and custom...
commit
|
commitdiff
|
tree
2021-02-09
Holger Schemel
fixed setting user directory flag in level artwork...
commit
|
commitdiff
|
tree
2021-02-06
Holger Schemel
added highlighting color when navigating tree info...
commit
|
commitdiff
|
tree
2021-02-06
Holger Schemel
changed color of unselected tree info nodes from yellow...
commit
|
commitdiff
|
tree
2021-02-06
Holger Schemel
moved code to draw tree info text to separate function
commit
|
commitdiff
|
tree
2021-02-05
Holger Schemel
added sorting tree group nodes prior to normal nodes...
commit
|
commitdiff
|
tree
2021-02-05
Holger Schemel
improved comparing tree name strings when sorting tree
commit
|
commitdiff
|
tree
2021-02-04
Holger Schemel
fixed wording for custom artwork menu
commit
|
commitdiff
|
tree
2021-02-04
Holger Schemel
added sorting artwork info cache data before writing...
commit
|
commitdiff
|
tree
2021-02-04
Holger Schemel
fixed invalidating artwork info cache for non-existing...
commit
|
commitdiff
|
tree
2021-02-04
Holger Schemel
changed saving artwork info cache only if it has changed
commit
|
commitdiff
|
tree
2021-02-02
Holger Schemel
added parent link to custom artwork tree to go back...
commit
|
commitdiff
|
tree
2021-02-02
Holger Schemel
added function to set all parent links in tree
commit
|
commitdiff
|
tree
2021-02-02
Holger Schemel
added support for setup menu as top tree node
commit
|
commitdiff
|
tree
2021-02-02
Holger Schemel
replaced string texts with predefined string constants
commit
|
commitdiff
|
tree
2021-02-02
Holger Schemel
changed function to determine correct tree type
commit
|
commitdiff
|
tree
2021-02-02
Holger Schemel
minor code improvement
commit
|
commitdiff
|
tree
2021-02-02
Holger Schemel
added separate custom artwork sub-tree for dedicated...
commit
|
commitdiff
|
tree
2021-02-01
Holger Schemel
added separate custom artwork sub-tree for artwork...
commit
|
commitdiff
|
tree
2021-02-01
Holger Schemel
added wrapper function for creating level set custom...
commit
|
commitdiff
|
tree
2021-01-30
Holger Schemel
replaced string text with predefined string constant
commit
|
commitdiff
|
tree
2021-01-30
Holger Schemel
moved code to remove tree info node to separate function
commit
|
commitdiff
|
tree
2021-01-30
Holger Schemel
changed custom artwork list to tree structure similar...
commit
|
commitdiff
|
tree
2021-01-30
Holger Schemel
improved debug output for level or artwork tree info...
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
fixed memory leak in recently added "last played level...
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
minor comment change
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
added step delay option to custom element movement...
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
added graphics config option to support elements on...
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
added "last played level sets" sub-menu to level set...
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
minor code improvement
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
improved code for counting score after the game
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
added setup option to disable counting score after...
commit
|
commitdiff
|
tree
2021-01-20
Holger Schemel
inverted logic of boolean setup option (to show scores...
commit
|
commitdiff
|
tree
2021-01-16
Holger Schemel
updated title text and border graphic to show current...
commit
|
commitdiff
|
tree
2021-01-15
Holger Schemel
version number set to 4.2.2.2
commit
|
commitdiff
|
tree
2021-01-10
Holger Schemel
fixed graphical bug with wrong draw buffer when using...
commit
|
commitdiff
|
tree
2021-01-09
Holger Schemel
fixed displaying new high score entry if not on first...
commit
|
commitdiff
|
tree
2021-01-09
Holger Schemel
fixed bug with not updating game panel when leaving...
commit
|
commitdiff
|
tree
2021-01-09
Holger Schemel
removed unused function declaration
commit
|
commitdiff
|
tree
2021-01-08
Holger Schemel
improved door handling when entering level editor with...
commit
|
commitdiff
|
tree
2021-01-08
Holger Schemel
added option to disable warning about read-only levels...
commit
|
commitdiff
|
tree
2021-01-08
Holger Schemel
minor change of text in request dialogs
commit
|
commitdiff
|
tree
2021-01-07
Holger Schemel
fixed bug with disabling overlay buttons during screen...
commit
|
commitdiff
|
tree
2021-01-07
Holger Schemel
minor code cleanup
commit
|
commitdiff
|
tree
2021-01-07
Holger Schemel
fixed bug with screen keyboard still being active during...
commit
|
commitdiff
|
tree
2021-01-07
Holger Schemel
fixed sub-second precision and rounding differences...
commit
|
commitdiff
|
tree
2021-01-07
Holger Schemel
fixed time score for native Emerald Mine and Diamond...
commit
|
commitdiff
|
tree
2021-01-07
Holger Schemel
added game functionality to use time score for 1 or...
commit
|
commitdiff
|
tree
2021-01-06
Holger Schemel
added level editor gadget to use time score for 1 or...
commit
|
commitdiff
|
tree
2021-01-06
Holger Schemel
added level value to use time score for 1 or 10 seconds...
commit
|
commitdiff
|
tree
2021-01-04
Holger Schemel
changed triggering CE actions by digging or collecting
commit
|
commitdiff
|
tree
2021-01-03
Holger Schemel
fixed single step mode for R'n'D game engine when used...
commit
|
commitdiff
|
tree
2021-01-02
Holger Schemel
added patch mode to automatically fix tapes for visible...
commit
|
commitdiff
|
tree
2021-01-02
Holger Schemel
added mode to patch tapes to force visible playfield...
commit
|
commitdiff
|
tree
next