Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-24 | Filled in release dates.v0.0.22 | Bjørn Lindeijer | 1 | -0/+1 | |
2006-12-24 | Major rendering performance increase in software mode, by not using RLE | Bjørn Lindeijer | 1 | -1/+9 | |
compression on loaded images while most of the time, we're only drawing a small subimage of them. Also, don't try to draw an icon when it is not defined or failed to load properly. | |||||
2006-12-23 | Load the databases at the start of the LOGIN state, after the updates are | Bjørn Lindeijer | 1 | -0/+4 | |
loaded. | |||||
2006-12-23 | Removed database files, minimaps, items, monster sprites, maps and sounds from | Bjørn Lindeijer | 1 | -1/+16 | |
the release. They will be released dynamically only. | |||||
2006-12-22 | Updated Makefiles. | Bjørn Lindeijer | 1 | -0/+4 | |
2006-12-22 | Added new Christmas themed headwear by Pauan. | Bjørn Lindeijer | 1 | -1/+19 | |
2006-12-21 | Updated version to 0.0.22. | Bjørn Lindeijer | 1 | -1/+6 | |
2006-12-18 | New version of the inventory icon for the V-neck sweater by Saphy. | Philipp Sehmisch | 1 | -1/+6 | |
2006-12-16 | Subclassed ShopListBox from ListBox to get rid of some duplicated code, and | Bjørn Lindeijer | 1 | -1/+10 | |
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis. | |||||
2006-12-16 | Fixed connection dialog visibility and fixed issues with walking one tile too | Bjørn Lindeijer | 1 | -1/+9 | |
many and changing direction towards an obstacle. | |||||
2006-12-15 | Removed some unused legacy tiles and added variant tiles for the cliffs. | Philipp Sehmisch | 1 | -1/+6 | |
Many pixel had to die to bring you these tiles. | |||||
2006-12-14 | Removed the rather useless remaining draw function from the engine class and | Bjørn Lindeijer | 1 | -3/+10 | |
fixed an issue with fading out damage texts (they were sometimes fully opaque at the end of fading out). | |||||
2006-12-12 | Hide all NPC dialogs after death | Eugenio Favalli | 1 | -0/+1 | |
2006-12-12 | Fixed defense values for sweaters | Eugenio Favalli | 1 | -0/+1 | |
2006-12-12 | Fixed crash when selecting an item after death | Eugenio Favalli | 1 | -0/+2 | |
2006-12-12 | Cleaned up some unused stuff. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-12-12 | Added Adler32 checksum for updates | Eugenio Favalli | 1 | -0/+2 | |
2006-12-12 | Updated project files | Eugenio Favalli | 1 | -1/+5 | |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -0/+6 | |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 1 | -0/+3 | |
2006-12-12 | Moved Action, Animation and Frame (renamed from AnimationPhase) classes into | Bjørn Lindeijer | 1 | -2/+11 | |
the resources directory, since they are part of the SpriteDef class. | |||||
2006-12-12 | Normalized versions of sound effects by Cosmostrator. | Philipp Sehmisch | 1 | -0/+18 | |
2006-12-11 | Fixed visibility of the update window. | Bjørn Lindeijer | 1 | -18/+23 | |
2006-12-11 | Added new sweaters by Saphy. Info for server admins: Item IDs are 564 for ↵ | Philipp Sehmisch | 1 | -1/+21 | |
turtleneck (should already be in there) and 624 for v-neck. The visible sprite IDs are 19 for turtleneck and 20 for v-neck. By the way, I would have liked to rename armor-chest-woolsweater.png to armor-chest-tnecksweater.png instead of deleting and adding it, but sourceforge didn't allowed it (got a 403 error). | |||||
2006-12-11 | Fixed windows binary version | Eugenio Favalli | 1 | -1/+6 | |
2006-12-10 | Added more detailed instructions for Dev-C++ users | Eugenio Favalli | 1 | -1/+6 | |
2006-12-09 | Added pirate NPC | Eugenio Favalli | 1 | -1/+5 | |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 1 | -1/+10 | |
allowed for some cleanup. Had a bit of help from the patch by VictorSan. | |||||
2006-12-08 | Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let's | Bjørn Lindeijer | 1 | -3/+8 | |
hope they didn't fix some critical bug since then; at least it seems to work fine. | |||||
2006-12-06 | Updated project files | Eugenio Favalli | 1 | -1/+5 | |
2006-12-06 | More tiling related fixes at the cliffs. | Philipp Sehmisch | 1 | -2/+4 | |
2006-12-06 | Fixed crashs when changing equipment. | Philipp Sehmisch | 1 | -0/+4 | |
2006-12-05 | Fixed visibility of item amount window. | Bjørn Lindeijer | 1 | -2/+6 | |
2006-12-05 | Improved the tiling behavior of the cliffs (still not gridless but at least ↵ | Philipp Sehmisch | 1 | -0/+6 | |
the edges fit together in the most common situations) | |||||
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -0/+11 | |
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. | |||||
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 1 | -0/+6 | |
2006-12-03 | Don't try to play empty strings as sounds, and don't return a SoundEffect | Bjørn Lindeijer | 1 | -27/+35 | |
instance when Mix_Chunk loading failed. | |||||
2006-12-02 | typo in changelog | Philipp Sehmisch | 1 | -1/+1 | |
2006-12-02 | A little change at the female leather shirt by mangamaniac. | Philipp Sehmisch | 1 | -0/+5 | |
2006-12-01 | forgot to include one file in the commit | Philipp Sehmisch | 1 | -1/+2 | |
2006-12-01 | Monster sound effect patch | Philipp Sehmisch | 1 | -0/+27 | |
2006-11-30 | Some optimizations to setSex, setWeapon and handling of player update messages. | Bjørn Lindeijer | 1 | -7/+23 | |
2006-11-29 | Updated project files | Eugenio Favalli | 1 | -0/+4 | |
2006-11-29 | Updated Makefile and CMakeList | Philipp Sehmisch | 1 | -1/+2 | |
2006-11-29 | Implemented MonsterDB namespace | Philipp Sehmisch | 1 | -0/+14 | |
2006-11-27 | Updated Code::Blocks project file. | Bjørn Lindeijer | 1 | -2/+6 | |
2006-11-27 | Added implementation of gettimeofday() for windows machines. | Philipp Sehmisch | 1 | -1/+6 | |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -1/+12 | |
2006-11-26 | Remove unnecessary check for file existance, loading will just fail with the ↵ | Björn Steinbrink | 1 | -1/+6 | |
correct error message. | |||||
2006-11-26 | ItemDB needs to be unloaded before deleting the resource manager instance, | Bjørn Lindeijer | 1 | -1/+3 | |
since ItemInfo refers to an Image. |