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
/
engine.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-08
Moved a variable definition into the right place and made getCurrentMap inline.
Björn Steinbrink
1
-8
/
+3
2006-03-05
Merged new_playerset branch into trunk.
Eugenio Favalli
1
-5
/
+22
2006-03-05
Re-add main.h header, Windows build needs it.
Björn Steinbrink
1
-0
/
+1
2006-02-25
Added a logic method to the being manager.
Björn Steinbrink
1
-21
/
+2
2006-02-24
Another bunch of cosmetic cleanups, ie mostly typedefs...
Björn Steinbrink
1
-9
/
+6
2006-02-23
A bunch of mostly cosmetic cleanups.
Björn Steinbrink
1
-2
/
+7
2006-02-06
Added a FloorItemManager class.
Björn Steinbrink
1
-2
/
+2
2006-02-05
*** empty log message ***
Yohann Ferreira
1
-2
/
+2
2006-02-05
Made the nickname and emotions displayed above every layers. Made the delete ...
Yohann Ferreira
1
-1
/
+3
2006-01-22
Merged NETWORK branch (includes BEING_OVERHAUL).
Björn Steinbrink
1
-28
/
+40
2006-01-05
Remove some useless code.
Björn Steinbrink
1
-1
/
+4
2005-10-16
Use the ResourceManager to get spritesets.
Björn Steinbrink
1
-33
/
+11
2005-10-16
Moved some variables into the block where they are used.
Björn Steinbrink
1
-6
/
+7
2005-10-15
Removed some legacy debug code.
Björn Steinbrink
1
-18
/
+0
2005-10-13
Use gcn::Font instead of gcn::ImageFont as pointer type.
Björn Steinbrink
1
-2
/
+8
2005-10-09
Corrected the white browser font bug and the black hp/mp bug which were linke...
Yohann Ferreira
1
-15
/
+0
2005-10-09
Fixed player names overlapping other players and more cleanups.
Bjørn Lindeijer
1
-54
/
+0
2005-10-09
Fixed display of [TARGET] and Alt keys for toggling windows.
Bjørn Lindeijer
1
-18
/
+0
2005-10-09
Fixed map switch to crash the client.
Bjørn Lindeijer
1
-0
/
+28
2005-10-09
* Made Sprite into an interface implemented by both FloorItem and Being, which
Bjørn Lindeijer
1
-175
/
+22
2005-10-07
Modified finding NPC as by timonator's suggestion in order to allow NPCs to be
Bjørn Lindeijer
1
-14
/
+1
2005-10-05
Fixed some resource cleanup and memory leaks. Also changed the way dangling
Bjørn Lindeijer
1
-1
/
+5
2005-09-23
Merged most of the changes in biggeruniverse's second memory cleanup patch.
Bjørn Lindeijer
1
-1
/
+8
2005-09-19
Mostly code cleanups related to commits in past two days.
Bjørn Lindeijer
1
-6
/
+7
2005-09-17
Added PVP
Matthias Hartmann
1
-4
/
+14
2005-09-17
Indent properly.
Bjørn Lindeijer
1
-12
/
+18
2005-09-17
I already know my own name...and i dont want to trade with myself.
Matthias Hartmann
1
-0
/
+2
2005-09-14
Moved Map manangement code into engine.cpp.
Björn Steinbrink
1
-1
/
+9
2005-09-13
Merged with SDL_NET_TEST branch.
Björn Steinbrink
1
-14
/
+9
2005-08-27
Update stats and status window contents at a single location.
Björn Steinbrink
1
-9
/
+0
2005-08-25
Move extern declaration of the floor item list. Lower indentation level.
Björn Steinbrink
1
-0
/
+2
2005-08-19
Moved gui window construction from engine.cpp to game.cpp
Björn Steinbrink
1
-124
/
+3
2005-08-15
Removed guiTop global variable.
Björn Steinbrink
1
-1
/
+3
2005-08-14
Removed guiGraphics global pointer and removed dependencies on gui.h in some ...
Björn Steinbrink
1
-21
/
+21
2005-08-14
Make the wrapper functions in the Graphics class conditional on OpenGL support.
Björn Steinbrink
1
-0
/
+2
2005-08-13
Small header cleanup.
Björn Steinbrink
1
-0
/
+2
2005-08-13
Huge header cleanup to reduce dependencies and compile time.
Björn Steinbrink
1
-23
/
+46
2005-08-10
Moved knowledge about whether we use OpenGL into the Graphics class. Added he...
Björn Steinbrink
1
-8
/
+1
2005-08-09
Adjust drawing offset to have the player centered in higher resolutions as well.
Björn Steinbrink
1
-6
/
+9
2005-08-03
Converted two global variables to function-local ones.
Björn Steinbrink
1
-3
/
+3
2005-08-01
Small cleanups in the drawing code, the autoTarget checks and some headers.
Björn Steinbrink
1
-48
/
+21
2005-07-31
Added check to stop scrolling at map borders. Small cleanup in the listbox dr...
Björn Steinbrink
1
-0
/
+16
2005-07-28
Added an action enumeration to th Being class and removed the old #define's.
Björn Steinbrink
1
-10
/
+10
2005-07-27
Committing merging opengl and sdl part 3 by Andrej
Bjørn Lindeijer
1
-0
/
+2
2005-07-26
OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a
Bjørn Lindeijer
1
-1
/
+7
2005-07-26
Added Being::Type enumeration and type-aware findNode(). Fixed font not being...
Björn Steinbrink
1
-91
/
+103
2005-07-26
- New smilies by Modanung
Eugenio Favalli
1
-3
/
+3
2005-07-22
Merge between moi1392's branch and head
Cedric Borgese
1
-4
/
+8
2005-07-18
Created Inventory class. (Really) Small code simplifications and cleanups.
Björn Steinbrink
1
-1
/
+1
2005-07-17
Fixing linking issues
Eugenio Favalli
1
-1
/
+1
[prev]
[next]