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
Age
Commit message (
Expand
)
Author
Files
Lines
2005-09-13
Unified the loops for the various dialogs that are shown before the actual ga...
Björn Steinbrink
10
-334
/
+258
2005-09-12
Enabled OpenGL checkbox and added messagebox informing the user that apply this
Bjørn Lindeijer
3
-39
/
+58
2005-09-12
Added SDLImageLoader class to make guichan support physfs.
Björn Steinbrink
7
-29
/
+132
2005-09-10
Committed patch by Nayr for displaying a messagebox when an error occurs on
Bjørn Lindeijer
1
-0
/
+8
2005-09-09
Fixes to dropped items network code
Eugenio Favalli
1
-5
/
+7
2005-09-08
Removed inclusion of malloc.h header as it doens't seem necessary and was
Bjørn Lindeijer
5
-18
/
+36
2005-09-08
Clean the floor items when the map changes.
Björn Steinbrink
1
-0
/
+2
2005-09-04
little fix
Marcel W. Wysocki
1
-0
/
+1
2005-08-31
Fix push/pop clip area, also fixes the broken scrollareas.
Björn Steinbrink
1
-8
/
+8
2005-08-30
Added empty sprite and reorganized spriteset, fixed a typo.
Eugenio Favalli
1
-1
/
+1
2005-08-29
Clean up of the ConfigListener and Resource interfaces.
Björn Steinbrink
12
-73
/
+34
2005-08-28
Prepare our source so that it'll survive a guichan header cleanup, should it ...
Björn Steinbrink
33
-5
/
+70
2005-08-28
Create a GuiConfigListener class.
Björn Steinbrink
2
-11
/
+24
2005-08-28
Small cleanup.
Björn Steinbrink
1
-2
/
+1
2005-08-28
Create a static ConfigListener for the Window class.
Björn Steinbrink
2
-28
/
+43
2005-08-27
Fix a memory leak.
Björn Steinbrink
1
-3
/
+1
2005-08-27
Fix the bug where sometimes the last entry in the npc list windows is missing.
Björn Steinbrink
3
-14
/
+10
2005-08-27
Bail out early if there's no window container.
Björn Steinbrink
1
-6
/
+5
2005-08-27
Update stats and status window contents at a single location.
Björn Steinbrink
6
-13
/
+26
2005-08-27
Small cleanups.
Björn Steinbrink
2
-6
/
+4
2005-08-26
Added effect description to buy/see/inventory, made some improvements and bug...
Yohann Ferreira
6
-36
/
+99
2005-08-26
Remove dependency on math.h
Björn Steinbrink
1
-14
/
+3
2005-08-26
Remove useless code.
Björn Steinbrink
1
-5
/
+0
2005-08-26
Use glTranslatef instead of glTranslated. Remove some useless code.
Björn Steinbrink
1
-41
/
+4
2005-08-25
Correcting a little mistake.
Yohann Ferreira
1
-3
/
+1
2005-08-25
Use OpenGL's translation capabilites. Small cleanups.
Björn Steinbrink
2
-41
/
+41
2005-08-25
Added items effect description support. TODO: Display it in buy/sell/inventor...
Yohann Ferreira
4
-1
/
+22
2005-08-25
Reducing the code duplication a little more.
Björn Steinbrink
2
-97
/
+69
2005-08-25
Adding min and max length check for password, more code cleanups in login and...
Yohann Ferreira
5
-22
/
+58
2005-08-25
Move extern declaration of the floor item list. Lower indentation level.
Björn Steinbrink
4
-40
/
+47
2005-08-25
Reduce code duplication.
Björn Steinbrink
2
-36
/
+22
2005-08-25
Made our drawImage() method respect the clip area from the guichan graphics p...
Björn Steinbrink
16
-109
/
+53
2005-08-25
Fixed line length in ChangeLog and some other small changes.
Bjørn Lindeijer
4
-33
/
+25
2005-08-25
Fixed include path.
Björn Steinbrink
1
-1
/
+1
2005-08-25
Added a new container type, a tabbed container.
Björn Steinbrink
3
-0
/
+167
2005-08-24
Simply don't show equipped items in sell dialog since it's annoying. Code cle...
Yohann Ferreira
3
-32
/
+84
2005-08-23
Fixed errornous forward declaration.
Björn Steinbrink
1
-1
/
+1
2005-08-23
Some code cleanups in the sell dialog. Made the dialog accept items instead o...
Björn Steinbrink
3
-102
/
+63
2005-08-23
Avoid possible buffer overflows in shop items' names. BuyDialog code cleanup.
Björn Steinbrink
3
-162
/
+88
2005-08-22
Removed a unuseful line.
Yohann Ferreira
1
-2
/
+0
2005-08-22
Improved the login sequence a bit.
Yohann Ferreira
2
-4
/
+57
2005-08-22
Enable Enter to deathNotice Dialog to resurrect. Todo: See how to remove a bi...
Yohann Ferreira
1
-0
/
+9
2005-08-22
Converted the buy & sell diaogs asserts into ifs to avoid game crashing, and ...
Yohann Ferreira
3
-35
/
+76
2005-08-22
Disabled use button in skill dialog since is still not being used.
Eugenio Favalli
1
-12
/
+1
2005-08-21
Some updates and cleanups
Eugenio Favalli
3
-2
/
+24
2005-08-21
Cleaned and fixed an error in my previous commit
Eugenio Favalli
1
-30
/
+8
2005-08-21
It should be enough of "How can i give you money?????����" while trad...
Matthias Hartmann
2
-6
/
+11
2005-08-20
Added some missing state changes and checks.
Björn Steinbrink
1
-8
/
+28
2005-08-19
Made the item amount box work with a provided item.
Björn Steinbrink
5
-59
/
+61
2005-08-19
Moved gui window construction from engine.cpp to game.cpp
Björn Steinbrink
2
-124
/
+125
[next]