.. |
C++/scripts
|
Added MAXIMUM_MEMORY flag to emscripten compile. The game is now large enough to require it 👀
|
2 years ago |
assets
|
Fix Warrior Auto attack damage multiplier config value not being adjustable.
|
2 years ago |
utils
|
Add in sig build script and fix integer rounding for green slime and future enemies that have a non-integer scale
|
2 years ago |
ATTRIBUTION
|
Added lightning bolt attack, added emitter system
|
2 years ago |
Ability.cpp
|
Include error handling to make detecting bugs or typos easier due to missing configuration items.
|
2 years ago |
Ability.h
|
Add in Charged Shot ability and allow precasting without the targeting indicator.
|
2 years ago |
Animation.cpp
|
Add in Charged Shot ability and allow precasting without the targeting indicator.
|
2 years ago |
Animation.h
|
Add in Charged Shot ability and allow precasting without the targeting indicator.
|
2 years ago |
Arrow.cpp
|
Implemented Ranger auto attack plus animations.
|
2 years ago |
Buff.h
|
Implemented Battlecry. Debuff/Buff modifiers. Fixed bug where player can auto attack during a ground slam.
|
2 years ago |
Bullet.cpp
|
Warrior ability custom parameters implemented.
|
2 years ago |
Bullet.h
|
Warrior ability custom parameters implemented.
|
2 years ago |
BulletTypes.h
|
Add in Charged Shot ability and allow precasting without the targeting indicator.
|
2 years ago |
ChargedArrow.cpp
|
Add in Charged Shot ability and allow precasting without the targeting indicator.
|
2 years ago |
Class.h
|
Finish entire class refactor. Class swapping needs to be reimplemented. Fixed shadow color from white to black
|
2 years ago |
Crawler
|
Condensed and finished pre-casting code. Refactored the way ability casting is handled
|
2 years ago |
Crawler.cpp
|
Implement a few more properties
|
2 years ago |
Crawler.h
|
Setup class config file directory structure
|
2 years ago |
Crawler.rc
|
File description, project properties, company name, and other meta fields all applied to game executables on build.
|
2 years ago |
Crawler.tiled-project
|
Upper level and lower level spawning now distinguished in map editor.
|
2 years ago |
Crawler.vcxproj
|
Implement Wizard Ability 1 (Firebolt) configuration parameters.
|
2 years ago |
Crawler.vcxproj.filters
|
Add in extra debug access option when reading configuration properties. Implement Wizard Auto attack and teleport configuration options.
|
2 years ago |
DEFINES.h
|
Refactored class initializations so reading into class list data from config files works properly.
|
2 years ago |
DamageNumber.cpp
|
Auto attacking now based on click position. Damage numbers will stop when they reach a certain height. Monsters not counted in range if dead.
|
2 years ago |
DamageNumber.h
|
Switch to smart pointer implementation for damage numbers to handle damage combo'ing quick attack displays.
|
2 years ago |
Effect.cpp
|
Meteor Effect particles and impact code completed
|
2 years ago |
Effect.h
|
Casting range clamping. Refactored hurt function to accept an upperlevel check so there's no requirement to do it manually anymore. Converted AoE damage functions for Meteor to use AoE hurt functions built-in. Fix upper bridge targeting indicator rendering.
|
2 years ago |
Emitter.cpp
|
Finish entire class refactor. Class swapping needs to be reimplemented. Fixed shadow color from white to black
|
2 years ago |
Emitter.h
|
Finish entire class refactor. Class swapping needs to be reimplemented. Fixed shadow color from white to black
|
2 years ago |
EnergyBolt.cpp
|
Implement Wizard Ability 1 (Firebolt) configuration parameters.
|
2 years ago |
FireBolt.cpp
|
Implement Wizard Ability 1 (Firebolt) configuration parameters.
|
2 years ago |
InitialConcept.txt
|
Initial setup of Monster structures
|
2 years ago |
LightningBolt.cpp
|
Implemented Ranger auto attack plus animations.
|
2 years ago |
LightningBoltEmitter.cpp
|
Add in inherited class structure for effects, so effects can have customized behaviors.
|
2 years ago |
Map.cpp
|
Transition fade added for foreground items.
|
2 years ago |
Map.h
|
Include all map initializations and use configuration file
|
2 years ago |
Meteor.cpp
|
Meteor shadow is now following the world~
|
2 years ago |
Monster.cpp
|
Switch to smart pointer implementation for damage numbers to handle damage combo'ing quick attack displays.
|
2 years ago |
Monster.h
|
Switch to smart pointer implementation for damage numbers to handle damage combo'ing quick attack displays.
|
2 years ago |
MonsterData.cpp
|
Death animation now tied to monster data.
|
2 years ago |
NewClasses.txt
|
Multishot Ranger ability implemented.
|
2 years ago |
Pathfinding.cpp
|
Add in pathfinding abilities to monster movement strategies.
|
2 years ago |
Pathfinding.h
|
Pathfinding now returns the nodes to reach a destination in preparation for use w/AI pathfinding
|
2 years ago |
Player.cpp
|
Add in extra debug access option when reading configuration properties. Implement Wizard Auto attack and teleport configuration options.
|
2 years ago |
Player.h
|
Add in extra debug access option when reading configuration properties. Implement Wizard Auto attack and teleport configuration options.
|
2 years ago |
PulsatingFire.cpp
|
Casting range clamping. Refactored hurt function to accept an upperlevel check so there's no requirement to do it manually anymore. Converted AoE damage functions for Meteor to use AoE hurt functions built-in. Fix upper bridge targeting indicator rendering.
|
2 years ago |
RCa12948
|
Include game icon in executable and game window (such a PITA)
|
2 years ago |
Ranger.cpp
|
Read all basic skill data from class configuration files.
|
2 years ago |
Slime_King_Encounter.txt
|
Graphics configuration file and initial configuration layout setup.
|
2 years ago |
State.h
|
Rapid Fire ranger ability implemented.
|
2 years ago |
TMXParser.h
|
Upper level and lower level spawning now distinguished in map editor.
|
2 years ago |
TSXParser.h
|
Finish entire class refactor. Class swapping needs to be reimplemented. Fixed shadow color from white to black
|
2 years ago |
Thief.cpp
|
Read all basic skill data from class configuration files.
|
2 years ago |
Trapper.cpp
|
Read all basic skill data from class configuration files.
|
2 years ago |
Version.h
|
Fix Warrior Auto attack damage multiplier config value not being adjustable.
|
2 years ago |
Warrior.cpp
|
Fix Warrior Auto attack damage multiplier config value not being adjustable.
|
2 years ago |
Witch.cpp
|
Read all basic skill data from class configuration files.
|
2 years ago |
Wizard.cpp
|
Implement a few more properties
|
2 years ago |
buildtemplate.html
|
Add in sig build script and fix integer rounding for green slime and future enemies that have a non-integer scale
|
2 years ago |
config.h
|
Implement a few more properties
|
2 years ago |
cpp.hint
|
Implement ground slam animation
|
2 years ago |
emscripten_build.ps1
|
Added emscripten auto-compile capabilities to Release builds.
|
2 years ago |
loc.sh
|
Ranger only should receive the ranger shooting animation state
|
2 years ago |
olcPGEX_TransformedView.h
|
Implement TransformedView and Camera util
|
2 years ago |
olcPixelGameEngine.h
|
Add in lower bridge tile zones (horizontal blocks on lower level). Use official map instead of test map.
|
2 years ago |
olcUTIL_Animate2D.h
|
Added lightning bolt attack, added emitter system
|
2 years ago |
olcUTIL_Camera2D.h
|
Initial setup of Monster structures
|
2 years ago |
olcUTIL_DataFile.h
|
Add in extra debug access option when reading configuration properties. Implement Wizard Auto attack and teleport configuration options.
|
2 years ago |
olcUTIL_Geometry2D.h
|
Transition fade added for foreground items.
|
2 years ago |
pge.data
|
Add an updated release build to appease the Quapsel gods.
|
2 years ago |
pge.html
|
Test a code update.
|
2 years ago |
pge.js
|
Add an updated release build to appease the Quapsel gods.
|
2 years ago |
pge.wasm
|
Add an updated release build to appease the Quapsel gods.
|
2 years ago |
pixelGameEngine.cpp
|
Parse TSX files and link map data to map tilesets in Tiled.
|
2 years ago |
resource.h
|
Include game icon in executable and game window (such a PITA)
|
2 years ago |
resource1.h
|
Include game icon in executable and game window (such a PITA)
|
2 years ago |
sig
|
Class quick test swapping reimplemented.
|
2 years ago |
switch-class.snippet
|
All underlying class differences now applied to code. Preparation for other class implementations. Implemented class swapping via mouse wheel.
|
2 years ago |
test
|
Added ghost fading images for retreat ability and facing direction implemented.
|
2 years ago |
update_version.ps1
|
Implemented auto-incrementing project version numbers.
|
2 years ago |
utils.cpp
|
Add in Charged Shot ability and allow precasting without the targeting indicator.
|
2 years ago |
utils.h
|
Add in Charged Shot ability and allow precasting without the targeting indicator.
|
2 years ago |