Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-10 | Did a little bit of code cleanup (mostly from TMW changes) as well as | Ira Rice | 4 | -18/+18 | |
properly implemented line wrapping. Now, there are no more visual artifacts for speech boxes, and it always chooses the most optimal box size (which required that npc_text use it also. Do any other gui classes use the textbox class?). | |||||
2008-10-10 | Some old uncommitted cleanup. | Bjørn Lindeijer | 2 | -10/+0 | |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 5 | -57/+63 | |
I consider this the only way forward. In my tests this code isn't actually doing worse than what was there before. Of course some cases are a bit broken, and I'm open to any kind of feedback so that we can fix those issues. | |||||
2008-10-07 | Fixed some compiler warnings. This probably also fixed the logging of several | Bjørn Lindeijer | 1 | -2/+2 | |
error messages. | |||||
2008-10-04 | Changed minimap code to take minimaps twice the TMW size, added map | Ira Rice | 1 | -5/+5 | |
names on all of the maps, and redid minimaps to fit the new minimap code. | |||||
2008-10-03 | Made a new Windows binary, as well as fix some files to make the Windows | Ira Rice | 35 | -1/+66 | |
build work (although there might be a bit too many guichanfwd.h references. But that's ok. I'm too lazy to track down which ones are necessary and which ones aren't at the moment). | |||||
2008-09-29 | Modified the client so that it displays both servers as server choices, | Ira Rice | 2 | -13/+17 | |
as well as changing the default server to point to www.aethyra.org instead of Slinker's IP address now. | |||||
2008-09-26 | Made /msg an alias for /whisper. | Ira Rice | 1 | -2/+2 | |
2008-09-25 | Changed textfield behavior cause a windows build didn't like it. | Ira Rice | 1 | -3/+4 | |
2008-09-25 | Forgot to merge in the new files and resources into trunk. | Ira Rice | 4 | -0/+307 | |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 13 | -157/+336 | |
2008-09-15 | Commented out getBeingByPixel because it really isn't used, nor is there | Ira Rice | 1 | -4/+4 | |
much sense to. Shouldn't make any visible changes to performance yet, but I trimmed it out for now anyways. | |||||
2008-09-14 | fix for guichan bug in tabbedareas | Roderic Morris | 2 | -0/+10 | |
2008-09-12 | Fixed /where, added /cast for heal and gather, some changes to inventory to ↵ | Lloyd Bryant | 5 | -552/+504 | |
support storage | |||||
2008-09-12 | Changed default port for Aethyra server to 21001 | Lloyd Bryant | 1 | -1/+1 | |
2008-09-11 | Only require a restart to switch to full screen with OpenGL on Windows, since | Bjørn Lindeijer | 1 | -0/+11 | |
it works fine in Linux without having to reinitialize the OpenGL state. Adapted change by kraant from Aethyra. | |||||
2008-09-04 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 4 | -10/+4 | |
Inspired by qDeleteAll() from Qt. | |||||
2008-09-04 | Added omitted files from rev 405 | Douglas Boffey | 4 | -0/+551 | |
2008-09-04 | Added code to change text colouring | Douglas Boffey | 8 | -543/+714 | |
2008-08-28 | Accepted Patch by Scraggy that moves text in such a way that no text overlaps | Bjørn Lindeijer | 1 | -21/+7 | |
2008-08-28 | Added support for being effects through the eAthena levelup message, and check | Bjørn Lindeijer | 1 | -1/+1 | |
whether the being exists before referencing it. Re-enabled proper MP bar display. Improved handling of a warp to the same map. | |||||
2008-08-22 | Added config option to honor stop-walking packet, added X and Y to /where, ↵ | Lloyd Bryant | 1 | -539/+456 | |
reformatted src/chat.cpp | |||||
2008-08-21 | fix svn properties and id tags | Roderic Morris | 3 | -4/+3 | |
2008-08-18 | Fixed bug with GP shown being incorrect after purchasing from NPC vendor ↵ | Lloyd Bryant | 1 | -5/+5 | |
(code from TMW svn, r4449) | |||||
2008-08-18 | fix bug #209, display skill icons correctly. | Roderic Morris | 4 | -7/+143 | |
2008-08-15 | Activated MP status progress bar | Lloyd Bryant | 1 | -1/+1 | |
2008-08-14 | Doesn't require restart to change to full screen anymore | Kraant | 1 | -4/+10 | |
2008-08-13 | Call the more appropriate method (adjustSize instead of logic). | Bjørn Lindeijer | 1 | -1/+1 | |
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 1 | -0/+4 | |
2008-08-13 | Added support for different colored fonts for different being types | Lloyd Bryant | 2 | -0/+55 | |
2008-08-10 | Changed proxy fix to only tell the proxy to no-cache | Kraant | 1 | -6/+11 | |
for news.txt and resources2.txt and added linux to windows cross-compile codeblocks file. | |||||
2008-08-10 | Set headers for CURL so that proxies won't cache files | Kraant | 1 | -0/+9 | |
to fix bug that causes resources2.txt to be old and out of sync with the files in the directory. | |||||
2008-08-08 | Changed the status window so that all the information appears by default | Douglas Boffey | 1 | -1/+1 | |
2008-08-06 | Make sure only to save the window state when a window name is set, and fail | Bjørn Lindeijer | 1 | -8/+11 | |
when loadWindowState() is called without setting a window name. | |||||
2008-08-05 | Fixed alignment (patch by Scraggy - Mantis #384) and spelling error. | David Athay | 1 | -2/+2 | |
2008-08-04 | Aligned text boxes in video setup dialog | Douglas Boffey | 1 | -2/+2 | |
2008-08-03 | Changed the default server in the dropdown menu in the login | Kraant | 1 | -1/+1 | |
screen to the new server | |||||
2008-07-25 | Applied patch by ElvenProgrammer to remember window locations between sessions | Lloyd Bryant | 4 | -1/+5 | |
2008-07-24 | Properly update price after buying. | Eugenio Favalli | 1 | -5/+5 | |
2008-07-23 | Added viewable cape/misc1/misc2, Chat button in GUI | Lloyd Bryant | 1 | -1/+7 | |
2008-07-23 | Remember windows visibility. | Eugenio Favalli | 4 | -1/+5 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 128 | -767/+1654 | |
2008-07-17 | Added support for handling the custom eAthena packet that sends the update | Bjørn Lindeijer | 2 | -5/+10 | |
host (patch by Sanga). | |||||
2008-07-17 | Fixed crash with party invite dialog | David Athay | 1 | -2/+0 | |
2008-07-14 | fix view names checkbox, fix compilation with cmake | Roderic Morris | 3 | -6/+6 | |
2008-07-08 | #359 patch by Scraggy | David Athay | 2 | -7/+92 | |
2008-07-07 | Added /party command. | David Athay | 1 | -1/+1 | |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 1 | -5/+0 | |
2008-07-04 | Ugly hack for chat scrolling. | David Athay | 2 | -9/+30 | |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 1 | -1/+1 | |