index
:
HoraK-FDF/mana
0.5
0.6
lpc2012
manaserv-char-attr
master
npc-text-formatting
online-player-list
png_dyecmd
release-updates
removed-config-file-checks
Original The Mana World client, now known as simply the Mana client.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-09
Removed easy targeting functionality since it interferes with walking around
Bjørn Lindeijer
1
-2
/
+3
2006-09-06
Fixed fps limiter issues and increased default limit to 60
Eugenio Favalli
1
-1
/
+1
2006-09-03
Fixed updating of labels in buy and sell dialogs. Also made our listbox respond
Bjørn Lindeijer
7
-36
/
+157
2006-09-03
Fixed updating of labels in trade window.
Bjørn Lindeijer
3
-35
/
+40
2006-09-03
Introduced SelectionListener to fix updating problem in inventory window
Bjørn Lindeijer
10
-51
/
+204
2006-09-02
Corrected mistake in using player coordinates instead of mouse coordinates.
Bjørn Lindeijer
1
-2
/
+1
2006-09-02
Applied patch by Bernard Lidicky, adding targetting nearest monster with either
Bjørn Lindeijer
1
-1
/
+15
2006-08-29
Updated NEWS file and made getAll return a reference instead of a pointer.
Bjørn Lindeijer
1
-2
/
+2
2006-08-28
Modified the ranges of the ScrollLaziness and ScrollRadius sliders.
Philipp Sehmisch
1
-4
/
+4
2006-08-26
Applied patch by Pascal, adding sliders to configure the scrolling behaviour
Bjørn Lindeijer
5
-17
/
+144
2006-08-25
Applied patch by mrha (Herbi), adding experience bar to the ministatus in the...
Bjørn Lindeijer
2
-8
/
+44
2006-08-25
Applied patch by Matthias, adding --playername command line option.
Bjørn Lindeijer
2
-0
/
+10
2006-08-24
Added support for sticky windows as discussed with doener. Patch by AHarrison
Eugenio Favalli
3
-1
/
+42
2006-08-17
the item icons are now stored in different files with more descriptive names
Philipp Sehmisch
4
-24
/
+11
2006-08-13
Fixed Guichan 0.5.0 compilation issues.
Eugenio Favalli
1
-2
/
+3
2006-08-13
Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates
Bjørn Lindeijer
63
-153
/
+153
2006-08-07
A bunch of cleanups.
Björn Steinbrink
2
-54
/
+36
2006-07-25
Fixed updating on Windows (rename was failing when target file existed).
Bjørn Lindeijer
1
-4
/
+7
2006-07-24
Implemented caching of spritesets, including a lot of cleanups to the new
Bjørn Lindeijer
3
-9
/
+7
2006-07-19
Fixed radar dot size of local player and the color of the [TARGET] string.
Bjørn Lindeijer
1
-1
/
+2
2006-07-19
Fixed next/previous buttons behaviour in character selection dialog.
Eugenio Favalli
1
-1
/
+2
2006-07-19
Merged new_animation branch until r2415 into trunk.
Eugenio Favalli
10
-14
/
+14
2006-07-18
Updated the updating system. It will now only load those updates
Bjørn Lindeijer
2
-35
/
+23
2006-07-12
Fixed a warning with GCC 4.2 about string comparisons.
Bjørn Lindeijer
1
-18
/
+19
2006-06-27
Equipment window now show all the slots, and adapted visible shirts to head (...
Eugenio Favalli
1
-2
/
+2
2006-06-21
Added female players.
Eugenio Favalli
5
-25
/
+21
2006-05-15
Set slider range to the real values instead of mapping the amount between [0,...
Björn Steinbrink
1
-4
/
+3
2006-05-05
Fixed some numeric conversions.
Eugenio Favalli
1
-2
/
+2
2006-05-03
FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ...
Eugenio Favalli
3
-4
/
+85
2006-03-25
Added window resize patch by peoro.
Eugenio Favalli
1
-9
/
+6
2006-03-20
Fixed an include.
Eugenio Favalli
1
-1
/
+1
2006-03-19
Fixed a memory leak and removed some whitespace noise.
Björn Steinbrink
2
-13
/
+22
2006-03-19
Removed some useless null pointer checks.
Björn Steinbrink
3
-13
/
+4
2006-03-19
Unreverted latest change by Doener due to my lack of proper communication abi...
Eugenio Favalli
17
-204
/
+131
2006-03-19
Reverted changeset r2269 (toString) as requested by ElvenProgrammer.
Björn Steinbrink
17
-131
/
+204
2006-03-19
Removed some duplicate initializations.
Björn Steinbrink
6
-45
/
+33
2006-03-19
Splitted setup window into manageable pieces according to their tabs in the w...
Björn Steinbrink
9
-340
/
+635
2006-03-18
Use the window container instead of the graphics class to calculate window po...
Björn Steinbrink
4
-18
/
+9
2006-03-18
Added a toString conversion function.
Björn Steinbrink
17
-202
/
+128
2006-03-16
A bunch of cosmetic changes.
Björn Steinbrink
11
-78
/
+38
2006-03-09
Made all local action listeners structs and moved them into anonymous namespa...
Björn Steinbrink
2
-21
/
+17
2006-03-09
Removed coordinate arguments from ProgressBar ctor.
Björn Steinbrink
8
-63
/
+77
2006-03-09
Made all class members named like mClassMember.
Björn Steinbrink
52
-1508
/
+1454
2006-03-09
Added Spriteset::get() and Spriteset::size() to hide the member vector and re...
Björn Steinbrink
3
-12
/
+12
2006-03-09
Made the Button ctor accept eventId and action listener.
Björn Steinbrink
27
-246
/
+90
2006-03-09
Use std::auto_ptr in some places.
Björn Steinbrink
3
-13
/
+15
2006-03-08
Make the MouseOverLink functor dynamic and use a STL algorithm in one more p...
Björn Steinbrink
1
-18
/
+8
2006-03-08
Some fixes for compiling with pedantic compiler settings and const char* checks.
Bjørn Lindeijer
3
-5
/
+5
2006-03-08
Added a 'dtor' helper functor to delete objects in arrays and containers usin...
Björn Steinbrink
6
-28
/
+21
2006-03-08
Reverted changes from r2225, it broke walking code as I missed the difference...
Björn Steinbrink
1
-3
/
+3
[next]