index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-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
2010-08-12
Simplify working with the event system
Jared Adams
1
-2
/
+2
2010-08-12
Replace most of Net::NpcHandler with events
Jared Adams
1
-3
/
+4
2010-08-05
Have Being manage speech creation and add permissions to events
Jared Adams
1
-0
/
+21
2010-08-03
Move Theme and UserPalette to the resources folder
Jared Adams
1
-2
/
+2
2010-08-01
Remove isActive methods from buy/sell windows
Jared Adams
1
-12
/
+0
2010-07-30
Fixed two more forgotten hard-coded references.
Yohann Ferreira
1
-4
/
+3
2010-07-30
Changed the FloatData class to store double instead of single floats.
Yohann Ferreira
1
-2
/
+3
2010-07-29
Changed the items loading to handle a new 'attack-action' parameter.
Yohann Ferreira
1
-18
/
+22
2010-07-28
Centralized configuration default values using the VariableData system.
Yohann Ferreira
1
-9
/
+9
2010-07-28
Changed mAttackType to mWeaponAttackType were appropriate.
Yohann Ferreira
1
-1
/
+1
2010-07-19
Merge branch '1.0'
Yohann Ferreira
1
-1
/
+2
2010-07-11
Made the different hard-coded paths and files be now taken from the
Yohann Ferreira
1
-1
/
+2
2010-06-12
Prevent removing dead players by timer.
Andrei Karas
1
-1
/
+4
2010-06-10
Merge BeingManager and FloorItemManager as ActorSpriteManager
Jared Adams
1
-2
/
+2
2010-06-09
Fix dead Beings not being removed using tmwAthena
Jared Adams
1
-8
/
+22
2010-06-09
Remove hard-coded frame counts from Being class
Jared Adams
1
-69
/
+71
2010-05-24
Show selected target with bold font.
Andrei Karas
1
-3
/
+13
2010-05-23
Fix attack display for beings without an attack defined
Jared Adams
1
-7
/
+2
2010-05-20
Buffer layered sprites under SDL
Jared Adams
1
-8
/
+4
2010-05-17
Remove Monster, Player, and NPC classes
Jared Adams
1
-38
/
+469
2010-05-06
Add support for floor item sprites
Jared Adams
1
-279
/
+12
2010-04-23
Add an Actor class to replace the Sprite class
Jared Adams
1
-14
/
+2
2010-04-17
Changed eAthena protocol name to TmwAthena and changed the config files accor...
Bertram
1
-4
/
+4
2010-04-16
Add race support for eAthena
Jared Adams
1
-2
/
+2
2010-04-12
Reviewed the LocalPlayer::nextTile() function. The ManaServ movement system i...
Bertram
1
-6
/
+1
2010-04-12
Added the player collision rectangle and tweaked colors
Bertram
1
-3
/
+13
2010-04-12
Forgot to remove Being::checkNodeOffset() function.
Bertram
1
-72
/
+9
2010-04-12
Move path finding related code to the Map class and small fixes.
Bertram
1
-37
/
+20
2010-04-12
One step closer to the full movement system ready.
Bertram
1
-14
/
+18
2010-04-12
Finished Being::checkNodeOffsets function.
Bertram
1
-8
/
+28
2010-03-31
A hack to prevent NPCs from walking off screen on ManaServ
Chuck Miller
1
-0
/
+4
2010-03-12
Split Palette into Theme and UserPalette
Jared Adams
1
-12
/
+12
2010-03-08
Revert "Added diagonal movement corrections and corrected some comments."
Bertram
1
-29
/
+10
2010-03-04
Merge branch 'master' of gitorious.org:mana/mana
Bertram
1
-1
/
+15
2010-03-04
Show gender near player names.
Andrei Karas
1
-1
/
+15
2010-03-03
Merge branch 'master' of gitorious.org:mana/mana
Bertram
1
-22
/
+11
2010-02-24
Some code cleanups
Thorbjørn Lindeijer
1
-23
/
+12
2010-02-23
Added diagonal movement corrections and corrected some comments.
Bertram
1
-10
/
+29
2010-02-23
Sanitized ManaServ movement protocol, by mainly moving code from LocalPlayer ...
Bertram
1
-3
/
+61
2010-02-21
Handle packet 0x0195, and shows player's party name in a popup
Chuck Miller
1
-0
/
+11
2010-02-21
Made tick counter and framerate limiter work during login sequence
Thorbjørn Lindeijer
1
-2
/
+1
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-19
Fixed a crash when trying to switch servers
Thorbjørn Lindeijer
1
-4
/
+4
2010-02-10
Adds missile-particle attribute to items and monster attacks
Chuck Miller
1
-14
/
+22
2010-02-09
Got rid of non-sensical Vector operator overloads
Thorbjørn Lindeijer
1
-2
/
+4
2010-02-09
Got successfully rid of tile width/height fallback values as asked by Jaxad.
Bertram
1
-9
/
+1
2010-02-09
Separated fallback defaults for tile width and height.
Bertram
1
-2
/
+5
2010-02-09
Made the Beings' logic be able to handle any tile height/width.
Bertram
1
-4
/
+18
2010-02-07
Nicer way of indicating that we're waiting on the server
Thorbjørn Lindeijer
1
-14
/
+12
[next]