index
:
Roflnauts 2
maps
master
mc-master
renegades
Smash-like game
Roflnauts 2 Team
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
not
/
Hero.lua
Age
Commit message (
Expand
)
Author
2018-04-09
Added method call when Hero starts walking
Aki
2018-04-08
Merge branch 'love-11.0' into control
Aki
2018-04-07
Renamed setAnimationsList to setAnimations to follow love's naming convention
Aki
2018-04-07
Now uses getFixtures instead of deprecated getFixtureList
Aki
2018-04-07
Hopefully all uses of setColor now use values in <0,1> range
Aki
2017-09-30
Jump moved completely out of Player (I think)
Aki
2017-09-29
Moved update part of jumping from Player to Hero
Aki
2017-09-28
Para-interfacing of walking methods
Aki
2017-09-23
Hero walking moved from Player, separated into methods
Aki
2017-09-22
Hero now holds config for World restart
Aki
2017-09-22
Removed obsolete attempts to load portraits atlas
Aki
2017-09-22
Hero now properly uses split-up portraits
Aki
2017-09-22
Changed portrait quad property name in Hero
Aki
2017-09-22
Split nauts.lua into several files now used by Hero and Menu
Aki
2017-09-12
Removed obsolete offsets and scale from draw of Sprites and children
Aki
2017-09-07
Removed tables for specific objects and replaced references with proper metho...
Aki
2017-09-06
Tag color fixed
Aki
2017-09-02
Center_* changed to center.* (table)
Aki
2017-07-20
Moved name-tag drawing to separate function; moved up overall in drawing func...
Aki
2017-07-20
Added initial name tags above Heroes
Aki
2017-07-19
Initial clash
Aki
2017-07-18
Resized 16px effects frames to 24px
Aki
2017-07-18
Respawning now resets salto and smoke flags in Hero's behaviour
Aki
2017-07-18
Renamed few more poperties in Hero which are used the same way as statics
Aki
2017-07-18
Removed obsolete punchdir and reworked physical animations on punches
Aki
2017-07-17
Moved landing method to Hero from World
Aki
2017-07-17
Trail now works mostly as intended
Aki
2017-07-17
Changed order of properties in Hero's constructor
Aki
2017-07-17
More properties moved to constructor in Hero
Aki
2017-07-16
Cleaning-up Hero and Player, this far w/o big changes
Aki
2017-07-16
Exploding update and new methods of Hero
Aki
2017-07-16
Additional condition for trail to appear
Aki
2017-07-16
Initial trial effect, it's too fun
Aki
2017-06-15
Removed magic numbers in punching
Aki
2017-05-26
Halfway through with moving to new OOP module
Aki
2017-04-08
Moved configs from root directory to config directory
Aki
2017-04-07
Maps and nauts list moved to config
Aki
2017-04-06
Moved damping back to Hero from Player
Aki
2017-04-06
Hero.alive -> Hero.isAlive; World.init method
Aki
2017-04-05
Hero no longer uses controler-related functions/methods
Aki
2017-04-05
Moved most player-input-related methods from Hero to Player
Aki
2017-04-04
First steps to move player-input logics into Player from Hero
Aki
2017-04-04
Combo is held the same way as shown now
Aki
2017-04-04
Kek, never commit late night. Fail statement back to not.Hero.update
Aki
2017-04-04
Punching method renamed, updated to use new stuff
Aki
2017-04-03
Renamed jumping-related variables, removed obsoletes.
Aki
2017-04-03
Maximum combo increased to 990
Aki
2017-04-03
Missed applyLinearImpulse in Hero
Aki
2017-04-03
Created physics functions to influence PhysicalBody; changed Hero to use them...
Aki
2017-04-03
Testing if body isn't destroyed in PhysicalBody's update
Aki
[next]