index
:
cuoco/mana
0.5
0.6
lpc2012
manaserv-char-attr
master
png_dyecmd
removed-config-file-checks
some-cleanups
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
/
resources
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-19
Merged 0.0 changes from revision 3362 to 3580 to trunk.
Bjørn Lindeijer
11
-364
/
+271
2007-08-30
Reverted equipment database and included original low-ID items in items.xml for
Bjørn Lindeijer
1
-2
/
+2
2007-08-30
Merged equipment database with items database and got rid of the unused item
Bjørn Lindeijer
9
-597
/
+376
2007-08-27
Ported patch from 0.0, in order to support missing extensions and uncompresse...
Guillaume Melquiond
1
-7
/
+18
2007-08-27
Made client search for both compressed and non-compressed map files.
Bjørn Lindeijer
1
-7
/
+18
2007-08-25
Removed dependency on Guichan's OpenGL library. Taken over image loading and ...
Guillaume Melquiond
8
-173
/
+218
2007-08-22
Fixed an arithmetic exception in ItemShortcutContainer::draw.
Bjørn Lindeijer
4
-230
/
+234
2007-08-13
Fixed svn properties.
Guillaume Melquiond
9
-658
/
+658
2007-08-06
Fixed some header typos. Moved gettext.h to utils directory. Removed redundan...
Guillaume Melquiond
1
-46
/
+0
2007-08-05
Do not include config.h when the program has not been configured.
Guillaume Melquiond
1
-0
/
+2
2007-08-05
Added support for internationalization. Tested by translating a few gui strin...
Guillaume Melquiond
1
-0
/
+44
2007-07-28
forgot to commit a file with the last commit
Philipp Sehmisch
1
-0
/
+82
2007-07-27
Removed useless yet costly dynamic casts.
Guillaume Melquiond
1
-1
/
+1
2007-07-24
Fixed initialization order and added setup_keyboard.* and keyboardconfig.* to
Bjørn Lindeijer
1
-76
/
+77
2007-07-11
Weapon sprites are now (almost) threated like other equipment sprites through...
Philipp Sehmisch
5
-33
/
+77
2007-06-20
Set GL texture index to zero when an image uses the SDL backend (fix by Guill...
Philipp Sehmisch
1
-1
/
+5
2007-06-16
Set GL texture index to zero when an image uses the SDL backend.
Guillaume Melquiond
1
-1
/
+5
2007-06-04
Merged 0.0 changes from revision 3234 to 3317 to trunk.
Bjørn Lindeijer
5
-14
/
+72
2007-06-03
Fixed image loading in software mode to not check for alpha layer with images
Bjørn Lindeijer
1
-11
/
+14
2007-06-03
Fixed image loading in software mode to not assume all images are 32-bit.
Bjørn Lindeijer
1
-1
/
+1
2007-05-23
Added a missing include and fixed a bug with cleaning up target cursor
Bjørn Lindeijer
1
-1
/
+1
2007-05-20
Added different target cursor sizes for monsters. Graphics for small and larg...
Philipp Sehmisch
2
-1
/
+31
2007-05-04
Merged particle engine into main eAthena branch.
Philipp Sehmisch
1
-0
/
+24
2007-04-23
Merged Björn Steinbrinks improvements at the xml parsing from trunk version.
Philipp Sehmisch
5
-97
/
+57
2007-04-22
Made the itemdb parameter checks more terse and manageable.
Björn Steinbrink
1
-44
/
+15
2007-04-22
Added a macro for XML child node iterations to make the code more terse and e...
Björn Steinbrink
5
-50
/
+40
2007-03-24
Merged 0.0 changes from revision 3177 to 3234 to trunk.
Bjørn Lindeijer
11
-212
/
+193
2007-03-21
Some spelling fixes.
Bjørn Lindeijer
1
-1
/
+1
2007-03-21
Renamed Spriteset to ImageSet.
Bjørn Lindeijer
7
-60
/
+56
2007-03-21
Avoiding magic numbers where possible (1002) and also display the target when
Bjørn Lindeijer
2
-119
/
+129
2007-03-20
Reduced amount of useless logging, calculate nearest power of two in a function
Bjørn Lindeijer
2
-37
/
+50
2007-03-18
Added man page by Patrick Matthäi and restored alpha layer check.
Bjørn Lindeijer
1
-3
/
+30
2007-03-18
Added --version to the arguments, deleted the 'pink-code'.
Rogier Polak
1
-68
/
+4
2007-03-11
Merged 0.0 changes from revision 3065 to 3177 to trunk.
Bjørn Lindeijer
2
-0
/
+35
2007-03-03
Fixed auto-character-select and switch_character combination. Added svn-prope...
Rogier Polak
5
-4
/
+5
2007-02-20
Added support for customdata directory.
Philipp Sehmisch
2
-0
/
+35
2007-01-29
Some trivial documentation work. Fixes all Doxygen warnings.
Bjørn Lindeijer
4
-2
/
+6
2007-01-28
Some work on documentation.
Bjørn Lindeijer
3
-98
/
+104
2007-01-04
Merged 0.0 changes from revision 2898 to 2988 to trunk.
Bjørn Lindeijer
15
-32
/
+329
2007-01-03
Modified handler for items on floor.
Guillaume Melquiond
1
-1
/
+0
2006-12-25
Fixed index check to prevent crashing.
Bjørn Lindeijer
1
-1
/
+1
2006-12-24
Major rendering performance increase in software mode, by not using RLE
Bjørn Lindeijer
1
-3
/
+3
2006-12-23
Load the databases at the start of the LOGIN state, after the updates are
Bjørn Lindeijer
4
-3
/
+22
2006-12-16
Subclassed ShopListBox from ListBox to get rid of some duplicated code, and
Bjørn Lindeijer
2
-2
/
+4
2006-12-12
Moved base64 module into utils directory.
Bjørn Lindeijer
1
-1
/
+1
2006-12-12
Moved Action, Animation and Frame (renamed from AnimationPhase) classes into
Bjørn Lindeijer
6
-22
/
+298
2006-12-11
Merged 0.0 changes from revision 2825 to 2898 to trunk.
Bjørn Lindeijer
18
-287
/
+1466
2006-12-08
Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let's
Bjørn Lindeijer
1
-1
/
+1
2006-12-03
Don't try to play empty strings as sounds, and don't return a SoundEffect
Bjørn Lindeijer
2
-8
/
+15
2006-12-01
Monster sound effect patch
Philipp Sehmisch
2
-4
/
+6
[prev]
[next]