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
/
main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-19
Merged new_animation branch until r2415 into trunk.
Eugenio Favalli
1
-9
/
+3
2006-07-18
Updated the updating system. It will now only load those updates
Bjørn Lindeijer
1
-9
/
+23
2006-07-03
Fixed visible equipment initialization and hack to see 2 kinds of visible equ...
Eugenio Favalli
1
-6
/
+11
2006-06-21
Added female players.
Eugenio Favalli
1
-5
/
+10
2006-05-12
You can now see the shirt when equipping a top equipment.
Eugenio Favalli
1
-0
/
+5
2006-05-03
FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ...
Eugenio Favalli
1
-1
/
+1
2006-05-03
Increased fps limit granularity and cleaned some code, fixed some xml library...
Eugenio Favalli
1
-25
/
+0
2006-03-19
Unreverted latest change by Doener due to my lack of proper communication abi...
Eugenio Favalli
1
-4
/
+3
2006-03-19
Reverted changeset r2269 (toString) as requested by ElvenProgrammer.
Björn Steinbrink
1
-3
/
+4
2006-03-18
Added a toString conversion function.
Björn Steinbrink
1
-4
/
+3
2006-03-16
A bunch of cosmetic changes.
Björn Steinbrink
1
-9
/
+5
2006-03-13
Fixed skip update option.
Eugenio Favalli
1
-1
/
+1
2006-03-09
Made all local action listeners structs and moved them into anonymous namespa...
Björn Steinbrink
1
-9
/
+5
2006-03-08
Added a 'dtor' helper functor to delete objects in arrays and containers usin...
Björn Steinbrink
1
-5
/
+3
2006-03-06
Small fixes before releasing.
Eugenio Favalli
1
-1
/
+0
2006-03-05
Merged new_playerset branch into trunk.
Eugenio Favalli
1
-6
/
+27
2006-02-23
A bunch of mostly cosmetic cleanups.
Björn Steinbrink
1
-3
/
+3
2006-02-04
Unify the various login dialogs to use LoginData.
Björn Steinbrink
1
-32
/
+36
2006-02-03
Made the login dialog work on LoginData only, without playing with the config...
Björn Steinbrink
1
-7
/
+27
2006-02-01
Created a Game class.
Björn Steinbrink
1
-3
/
+4
2006-02-01
Replaced ErrorDialog by OkDialog + listener.
Björn Steinbrink
1
-2
/
+17
2006-01-26
Moved some setup code out of the game loop into the setup functions. Setup fu...
Björn Steinbrink
1
-0
/
+2
2006-01-22
Updated Dev-Cpp project file, fixed a GDI issue.
Eugenio Favalli
1
-0
/
+2
2006-01-22
Remove obsoleted action listeners.
Björn Steinbrink
1
-22
/
+0
2006-01-22
Use generic error method for sound failure.
Björn Steinbrink
1
-2
/
+1
2006-01-22
Merged NETWORK branch (includes BEING_OVERHAUL).
Björn Steinbrink
1
-22
/
+127
2006-01-07
Removed --skipupdate option from Dev.Cpp project file, splitted the setup win...
Eugenio Favalli
1
-1
/
+0
2006-01-04
FreeBSD Fixes from Icy.
Yohann Ferreira
1
-2
/
+2
2006-01-03
Fixed a compile warning with GCC 4.1. Thanks to gim's suggestion.
Eugenio Favalli
1
-1
/
+1
2006-01-01
Applied patch by pclouds that allows for a faster login sequence by providing
Bjørn Lindeijer
1
-8
/
+58
2005-12-30
Added a new item, improved smooth login sequence, added a registration window...
Eugenio Favalli
1
-0
/
+6
2005-12-24
Fringe layer draw fix and change in policy on when using OpenGL is the default.
Bjørn Lindeijer
1
-3
/
+3
2005-12-18
Removed unused code and added changes to snowy map by Bertram.
Eugenio Favalli
1
-15
/
+0
2005-12-05
Display TMW version on Windows too
Bjørn Lindeijer
1
-3
/
+2
2005-11-13
Made the three desert maps use the fringe layer for objects. Reveals bug with
Bjørn Lindeijer
1
-1
/
+1
2005-10-24
Corrections to my previous commit for tmw for windows users.
Yohann Ferreira
1
-3
/
+5
2005-10-23
Grammar Corrections, and a little bit of work on getting the name of the Db.
Yohann Ferreira
1
-0
/
+6
2005-10-16
Use the ResourceManager to get spritesets.
Björn Steinbrink
1
-20
/
+10
2005-10-16
gl is default for win/apple/USE_OPENGL, needs to restart for fs
Duane Bailey
1
-0
/
+4
2005-10-16
The connection should be non-blocking now and fixed the problem with sound no...
Eugenio Favalli
1
-9
/
+10
2005-10-05
Fixed some resource cleanup and memory leaks. Also changed the way dangling
Bjørn Lindeijer
1
-0
/
+3
2005-09-26
Now error message is displayed properly when the map server is offline.
Eugenio Favalli
1
-1
/
+2
2005-09-26
...and those ones. :/
Eugenio Favalli
1
-2
/
+2
2005-09-26
Oops, I forgot this one
Eugenio Favalli
1
-1
/
+1
2005-09-26
Added a nicer handling of when you get disconnected from the server.
Eugenio Favalli
1
-25
/
+41
2005-09-23
Merged most of the changes in biggeruniverse's second memory cleanup patch.
Bjørn Lindeijer
1
-0
/
+4
2005-09-19
Mostly code cleanups related to commits in past two days.
Bjørn Lindeijer
1
-1
/
+1
2005-09-18
Increased joypad tolerance which is safer and simplifyed joypad state reset c...
Eugenio Favalli
1
-1
/
+1
2005-09-18
Applyed biggeruniverse's patch to fix memory leaks.
Eugenio Favalli
1
-0
/
+2
2005-09-14
Header cleanups.
Björn Steinbrink
1
-1
/
+1
[next]