index
:
Hello/mana
0.5
0.6
add-sound-events
fix-item-tooltip-visibility
lpc2012
master
optimize-actor-draw
particle-system
removed-config-file-checks
Original The Mana World client, now known as simply the Mana client.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
being.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-04
Added logging priorities and use SDLs logging facilities
Thorbjørn Lindeijer
1
-4
/
+4
2025-04-29
Changed removeColors to work in-place
Thorbjørn Lindeijer
1
-4
/
+2
2025-04-25
GUI: Added support for multiple color palettes to Theme
Thorbjørn Lindeijer
1
-22
/
+20
2025-04-02
Use a consistent naming style for enum class values
Thorbjørn Lindeijer
1
-8
/
+8
2025-04-01
Fixed crash on exit when CharCreateDialog is open
Thorbjørn Lindeijer
1
-3
/
+7
2025-03-24
Define the GUI theme in XML
Thorbjørn Lindeijer
1
-2
/
+2
2025-03-07
Introduced spriteOffsetY setting to replace half tile hack
Thorbjørn Lindeijer
1
-5
/
+2
2025-03-07
Support triggering attacks and play use ability animations
Thorbjørn Lindeijer
1
-1
/
+8
2025-02-25
Replaced ParticleContainer with a ParticleHandle
Thorbjørn Lindeijer
1
-30
/
+16
2025-02-25
Added support for option, opt1, opt2, opt3 status effect fields
Thorbjørn Lindeijer
1
-45
/
+23
2025-02-21
Merged AnimatedSprite into Sprite
Thorbjørn Lindeijer
1
-3
/
+3
2025-02-21
Made ActorSprite aggregate instead of subclass CompoundSprite
Thorbjørn Lindeijer
1
-13
/
+13
2025-02-21
Moved stun and status effect handling from ActorSprite to Being
Thorbjørn Lindeijer
1
-6
/
+79
2025-02-13
Support changing being base type
Thorbjørn Lindeijer
1
-57
/
+77
2025-02-13
Implemented support for item replacements
Thorbjørn Lindeijer
1
-24
/
+122
2025-01-21
Fixed ConfigOptionChanged events
Thorbjørn Lindeijer
1
-1
/
+1
2025-01-20
Made client config statically typed
Thorbjørn Lindeijer
1
-6
/
+6
2024-10-29
Turned the PlayerRelation struct into an enum class
Thorbjørn Lindeijer
1
-1
/
+1
2024-10-12
Added support for hit/miss sounds on equipment for all players
Thorbjørn Lindeijer
1
-8
/
+25
2024-10-08
Simplified "drawnWhenBehind" logic
Thorbjørn Lindeijer
1
-2
/
+3
2024-10-08
Smoother keyboard movement
Thorbjørn Lindeijer
1
-0
/
+8
2024-10-08
Smoother being movement
Thorbjørn Lindeijer
1
-32
/
+44
2024-10-08
Do a single logic update each frame
Thorbjørn Lindeijer
1
-19
/
+15
2024-10-08
Added convenient and efficient Timer class
Thorbjørn Lindeijer
1
-7
/
+3
2024-10-02
Fixed potential crash in character selection
Thorbjørn Lindeijer
1
-0
/
+2
2024-10-02
Removed getter/setter cruft from BeingInfo
Thorbjørn Lindeijer
1
-17
/
+16
2024-09-30
Added support for particle effects on equipment
Thorbjørn Lindeijer
1
-19
/
+78
2024-09-28
Removed getter/setter cruft from ItemInfo
Thorbjørn Lindeijer
1
-11
/
+7
2024-08-04
Add to npc option targetSelection to allow/disallow npc selection.
Thorbjørn Lindeijer
1
-1
/
+6
2024-04-02
General code cleanups
Thorbjørn Lindeijer
1
-15
/
+12
2024-03-06
General code cleanups
Thorbjørn Lindeijer
1
-7
/
+11
2024-03-04
Fixed character display
Thorbjørn Lindeijer
1
-3
/
+3
2024-03-02
Changed server type to "enum class"
Thorbjørn Lindeijer
1
-1
/
+1
2024-03-02
Added support for customizing NPC and Monster hover cursor
Thorbjørn Lindeijer
1
-11
/
+12
2024-03-02
General code cleanups
Thorbjørn Lindeijer
1
-6
/
+6
2024-02-13
General code cleanups
Thorbjørn Lindeijer
1
-34
/
+3
2024-01-30
Apply readability-delete-null-pointer fixits
Thorbjørn Lindeijer
1
-11
/
+4
2024-01-26
Apply C++11 fixits
Thorbjørn Lindeijer
1
-19
/
+19
2013-05-02
Fixed network layer doing delayed actor deletion
Thorbjørn Lindeijer
1
-1
/
+1
2012-02-02
Fix to the hair colors and styles handling.
Yohann Ferreira
1
-15
/
+0
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-20
Fixed a bug with hurt sounds volume and simplified code
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-18
ColorDB -> HairDB.
Yohann Ferreira
1
-1
/
+1
2012-01-14
Fixed the chat bubbles position.
Yohann Ferreira
1
-5
/
+9
2012-01-10
player_node -> local_player
Yohann Ferreira
1
-17
/
+17
2012-01-10
Hopefully fixed the butterfly direction updates.
Yohann Ferreira
1
-25
/
+17
2012-01-09
Spotted some more hard-coded files and paths definitions.
Yohann Ferreira
1
-2
/
+0
2011-09-02
The draw order of particles is now Y - 16 pixels.
unknown
1
-7
/
+7
2011-08-19
Fixed visible equipment updates, and made it based on equip.xml.
Yohann Ferreira
1
-2
/
+0
2011-06-23
Made the being death sequence better handled.
Yohann Ferreira
1
-2
/
+4
[next]