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
2006-11-03
Updated to the new default updatehost.
Bjørn Lindeijer
2
-2
/
+3
2006-11-01
Added support for å and Å (with help of Håkan Rönn)
Bjørn Lindeijer
2
-2
/
+2
2006-10-30
Updated Windows binary version
Eugenio Favalli
1
-4
/
+4
2006-10-29
Properly initialize sprite vector.
Björn Steinbrink
1
-2
/
+2
2006-10-29
Fixed excessive unnecessary reloading of sprites. Also updated NEWS file.
Bjørn Lindeijer
1
-6
/
+10
2006-10-28
Reload wallpaper after updates are done.
Björn Steinbrink
1
-0
/
+4
2006-10-26
Merged CMake branch
Björn Steinbrink
2
-1
/
+304
2006-10-09
little tweaks to buy and buy/sell dialogs.
Yohann Ferreira
2
-4
/
+9
2006-10-07
Resolved some weirdness involving the terms scroll and speed.
Bjørn Lindeijer
3
-26
/
+30
2006-10-07
Added support for gzip compressed map layer data. Increased version to 0.0.22.
Bjørn Lindeijer
4
-100
/
+130
2006-10-03
Removed empty frames from headgears.
Bjørn Lindeijer
1
-1
/
+1
2006-10-03
Turned AmbientOverlay into a class. Cleaned up the associated code.
Björn Steinbrink
6
-97
/
+175
2006-10-01
Accepted patches by GDO and VictorSan that fix problems with hiding windows
Bjørn Lindeijer
3
-22
/
+18
2006-09-28
Fix random crashes when map tiles are missing.
Björn Steinbrink
1
-6
/
+14
2006-09-24
Removed unused hairstyle frames and applied patch by Rogier Polak to solve the
Bjørn Lindeijer
2
-1
/
+8
2006-09-21
Made canceling the update process non-blocking (Patch by VictorSan)
Eugenio Favalli
2
-4
/
+19
2006-09-20
tweaks at the animation system (mostly about fixing the looping attack animat...
Philipp Sehmisch
5
-31
/
+74
2006-09-20
Added a slider for controlling the OverlayDetail (based on a patch by VictorSan)
Philipp Sehmisch
3
-3
/
+55
2006-09-17
Stop using the sticky window attribute which is unneeded for the current impl...
Björn Steinbrink
1
-9
/
+3
2006-09-16
another variable name change doener suggested
Philipp Sehmisch
1
-6
/
+6
2006-09-16
Fixed the crash when attacking without a weapon, some additional stability im...
Philipp Sehmisch
2
-25
/
+43
2006-09-16
Fixed line-endings and set missing properties.
Björn Steinbrink
2
-31
/
+31
2006-09-16
Updated release infos
Eugenio Favalli
1
-4
/
+4
2006-09-14
Removed some useless debug output.
Björn Steinbrink
1
-2
/
+0
2006-09-14
src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop a...
Björn Steinbrink
2
-0
/
+11
2006-09-14
Fix up the player selection stuff, it's a bit nicer now.
Björn Steinbrink
3
-14
/
+25
2006-09-13
some improvements at the animation system
Philipp Sehmisch
2
-14
/
+36
2006-09-13
Fix up the player selection command line option.
Björn Steinbrink
1
-15
/
+16
2006-09-12
Added some items to the NEWS file.
Bjørn Lindeijer
1
-2
/
+1
2006-09-11
Small followup fix to solve the blackout after 100 seconds.
Bjørn Lindeijer
1
-0
/
+4
2006-09-11
Simplified fps limiting a bit and added some comments. Now based on
Bjørn Lindeijer
2
-21
/
+42
2006-09-11
Fixed more fps issues
Eugenio Favalli
1
-1
/
+4
2006-09-09
Removed easy targeting functionality since it interferes with walking around
Bjørn Lindeijer
1
-2
/
+3
2006-09-07
Fixed a typo.
Björn Steinbrink
1
-1
/
+1
2006-09-07
Worked around a memory leak when using OpenGL.
Björn Steinbrink
1
-5
/
+16
2006-09-06
Fixed fps limiter when disabled
Eugenio Favalli
1
-2
/
+11
2006-09-06
Fixed fps limiter issues and increased default limit to 60
Eugenio Favalli
3
-10
/
+10
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
18
-96
/
+259
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
5
-6
/
+71
2006-08-29
Updated NEWS file and made getAll return a reference instead of a pointer.
Bjørn Lindeijer
5
-9
/
+9
2006-08-29
Applied patch by Andrew Harrison, adding a command line option to specify which
Bjørn Lindeijer
1
-28
/
+37
2006-08-28
Modified the ranges of the ScrollLaziness and ScrollRadius sliders.
Philipp Sehmisch
1
-4
/
+4
2006-08-26
Applied patch by AHarrison that adds item pickup messages to the chat window.
Bjørn Lindeijer
1
-0
/
+9
2006-08-26
Applied patch by Pascal, adding sliders to configure the scrolling behaviour
Bjørn Lindeijer
7
-40
/
+180
2006-08-26
Applied patch by Bahamut81 which implements resetting of Animation, Action and
Bjørn Lindeijer
5
-19
/
+79
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
3
-4
/
+33
[next]