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-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
2010-02-07
Updated Copyright year to 2010!
Bertram
1
-1
/
+1
2010-02-07
Renamed TakedDamage to DamageTaken
Thorbjørn Lindeijer
1
-3
/
+3
2010-02-01
Small cleanups.
Bertram
1
-2
/
+2
2010-02-01
Reduced CPU consumption by setting speed per ticks value only once.
Bertram
1
-7
/
+1
2010-01-31
Unify eAthena and manaserv support in to one build.
Daniel Bradshaw
1
-38
/
+30
2010-01-28
Added virtual destructors, some implicit casts, and a couple of type changes.
Daniel Bradshaw
1
-4
/
+4
2010-01-25
Simplify Being position a bit
Jared Adams
1
-21
/
+15
2010-01-24
Remove some more _SUPPORT ifdefs
Jared Adams
1
-0
/
+1
2010-01-21
No point in differentiating between int and Uint16
Thorbjørn Lindeijer
1
-1
/
+1
2010-01-15
Fixes drawing sprite in the playerbox widget.
Chuck Miller
1
-0
/
+14
2010-01-10
Change code style
Andrei Karas
1
-13
/
+23
2010-01-10
Fix initialization order in Being and Map
Jared Adams
1
-2
/
+2
2010-01-10
Show monster inflicted damage.
Andrei Karas
1
-2
/
+27
2009-12-16
Stored the cached config value which says if non-crucial particle effects are...
Philipp Sehmisch
1
-1
/
+0
2009-11-03
Remove more _SUPPORT ifdefs and do some cleanup
Jared Adams
1
-1
/
+1
2009-10-29
Second round of fine tuning for keyboard movement.
Bertram
1
-4
/
+8
2009-10-29
Mostly fixed the walk on water bug... But...
Bertram
1
-3
/
+0
2009-10-24
REplace instances of TMW with Mana
Jared Adams
1
-4
/
+4
2009-10-22
Fix flipping player's direction when using keyboard to walk diagonally.
Bertram
1
-1
/
+7
2009-10-21
Commencing the keyboard walking fine-tune.
Bertram
1
-1
/
+7
2009-10-15
Speed code unification part 3: Made the client handle the speed in tiles per ...
Bertram
1
-13
/
+29
2009-10-09
Mostly fixed keyboard movement on TMWserv.
Bertram
1
-9
/
+24
[next]