0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move the CSV splitting to FileParser with the nextValue() function. We could imagine rename next() to nextSomething() (Key? Line? Item?), and add some nextSection(), nextIntValue() or nextHexValue() if needed. Move inclusions of FileParser.h from .h to .cpp file as it's seem to be some internal business. Am I on the right way? More... over 14 years ago
Use FileParser for ItemDatabase loading. More... over 14 years ago
Merge branch 'master' of github.com:clintbellanger/flare More... over 14 years ago
Merge branch 'master' of github.com:clintbellanger/flare More... over 14 years ago
Merge pull request #54 from kitano/master More... over 14 years ago
Merge pull request #54 from kitano/master More... over 14 years ago
Merge branch 'master' of github.com:clintbellanger/flare More... over 14 years ago
Merge branch 'master' of github.com:clintbellanger/flare More... over 14 years ago
Use FileParser for map loading. More... over 14 years ago
Some little details. More... over 14 years ago
Some buttons adjusted to allow flexible sizes if needed More... over 14 years ago
A background image can now be specified for a widget button and it will adjust according to the size of the image. Font rendered on the button is now automatically centered depending on the button's size. More... over 14 years ago
Merge remote-tracking branch 'upstream/master' More... over 14 years ago
Merge remote-tracking branch 'upstream/master' More... over 14 years ago
Added a short blurb about what Flare is. More... over 14 years ago
Added a short blurb about what Flare is. More... over 14 years ago
Merge remote-tracking branch 'upstream/master' More... over 14 years ago
Merge remote-tracking branch 'upstream/master' More... over 14 years ago
Use FileParser for gamesave loading. More... over 14 years ago
Added complete_animation to powers. This allows individual hazards to complete their animation even when the hazard goes "inactive" (no longer dangerous). Added repeater_num to repeaters, to set the number of repeated hazard to spawn. More... over 14 years ago
Added back pennomi's ceil() to life/mana drain calc More... over 14 years ago
Cleaned up sound-effect setting on hit,die,crit_die for Enemy More... over 14 years ago
Merge pull request #51 from pennomi/master More... over 14 years ago
Merge pull request #51 from pennomi/master More... over 14 years ago
Forgot to add one extra file. More... over 14 years ago
Integer divide on life/mana steal More... over 14 years ago
Merge pull request #50 from pennomi/master More... over 14 years ago
Merge pull request #50 from pennomi/master More... over 14 years ago
Added Vampiric effects for HP and MP. Also changed Hazards to have a pointer to the StatBlock of the source. More... over 14 years ago
Merge remote-tracking branch 'upstream/master' More... over 14 years ago