index
:
HoraK-FDF/mana
0.5
0.6
lpc2012
manaserv-char-attr
master
npc-text-formatting
online-player-list
png_dyecmd
release-updates
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
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
2011-06-22
Applied fixes requested by cody.
Yohann Ferreira
1
-2
/
+2
2011-06-17
First pass on removing tile hard coded values.
Yohann Ferreira
1
-3
/
+3
2011-06-07
Added hit effects on victims from monsters attacks.
Yohann Ferreira
1
-1
/
+11
2011-06-07
Fix particle positions
Jared Adams
1
-7
/
+7
2011-06-02
Arbitrary code cleanups
Thorbjørn Lindeijer
1
-4
/
+4
2011-05-30
Fix changing maps with persistant particle effects active
Jared Adams
1
-1
/
+1
2011-05-30
Remove some uneeded offsetting
Jared Adams
1
-4
/
+2
2011-05-30
Fix monsters name display.
Yohann Ferreira
1
-1
/
+2
2011-05-26
Added effects support in monsters attacks.
Yohann Ferreira
1
-18
/
+21
2011-05-17
Fix sprite buffering size issues
Jared Adams
1
-10
/
+0
2011-05-15
Starting to fix party invite
Stefan Dombrowski
1
-5
/
+0
2011-04-30
Added customizable on-hit effects for characters.
Yohann Ferreira
1
-4
/
+18
2011-04-26
Made the client use a unique kind of movement code.
Yohann Ferreira
1
-206
/
+162
2011-04-16
Made the attackers look at their victims when possible.
Yohann Ferreira
1
-0
/
+3
2011-04-16
Introduced the Being::lookAt() function.
Yohann Ferreira
1
-0
/
+80
2011-04-09
Removed the Mana namespace
Thorbjørn Lindeijer
1
-9
/
+9
2011-04-09
Moved Channels to Mana::Event::Channel
Thorbjørn Lindeijer
1
-5
/
+5
2011-04-09
Moved Events to Mana::Event::Type
Thorbjørn Lindeijer
1
-2
/
+3
[next]