summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-11/+9
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes.
2005-10-04Fixed the chat window scrolling bug.Yohann Ferreira1-2/+12
2005-09-30Fixed paths for windows usersMatthias Hartmann1-1/+1
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few ↵Yohann Ferreira1-1/+5
the default win position. And moved the setposition from game to each win, to clarify the code.
2005-09-28Save and load X, Y, Height, and Width to useful wins.Yohann Ferreira1-1/+1
2005-09-28Added window internal name to every window. Useful to later get and save X, ↵Yohann Ferreira1-0/+1
Y, Height, and Width of these wins.
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-2/+4
2005-09-21Show time of the messages in the chat window.Andrej Sinicyn1-1/+17
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-2/+0
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-9/+11
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-5/+5
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ↵Björn Steinbrink1-0/+1
ever happen...
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵Björn Steinbrink1-3/+3
places.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-4/+5
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-7/+1
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+3
2005-07-03Fix bug in showing links and user defined colors in chat boxJosé Ávila1-0/+1
2005-06-30Improved buddylist, added talkMateusz Kaduk1-0/+6
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila1-96/+74
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer1-68/+6
notice dialog release modal focus immediately.
2005-05-18Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0.Bjørn Lindeijer1-1/+0
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-3/+3
2005-05-01Chat input now hides when not focussed, and doesn't allow player be controlledBjørn Lindeijer1-2/+6
by keyboard when it is.
2005-04-30Some fixes to player control, also attempting to solve long walk path problem.Bjørn Lindeijer1-0/+8
2005-04-30Updated change log and made little fix.Bjørn Lindeijer1-1/+1
2005-04-29Chat command history should now be functional. Player movement will still needBjørn Lindeijer1-77/+24
to be stopped while chat box is focussed for it to work nicely though.
2005-04-29*** empty log message ***Bjørn Lindeijer1-72/+76
2005-04-28First step to chat historyMateusz Kaduk1-0/+78
2005-04-26Hair style fix and text wrap fix.Bjørn Lindeijer1-1/+1
2005-04-26Corrections to scrolling chat modifications by Usiu.Bjørn Lindeijer1-40/+29
2005-04-26Added scrolling to chat but setText() works strangly and because of draw() I ↵Mateusz Kaduk1-14/+32
get message looping
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-7/+7
of packet.list and chatlog.txt and removed name from player chat "balloon".
2005-04-24Fixed long nicknames to be clipped to name area, and cleaned up change log.Bjørn Lindeijer1-5/+20
2005-04-24This should disable ban when using /commandsEugenio Favalli1-2/+4
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-1/+1
Also fixed a crash on clicking wallpaper in login phase.
2005-03-16Advanced version to 0.0.11, updated desert tilesets and made sound code log aBjørn Lindeijer1-1/+0
bit more.
2005-03-14Fixed handling of get item button and made chatWindow (de)focus on ENTER - ↵Jan-Fabian Humann1-1/+9
You can now only use the get item button when chat window isn't focused
2005-03-13Added line wrapping on a per-word basisEric Scrivner1-6/+34
2005-03-13Converted ChatBox into a proper ChatWindow in response to changes by Chetic.Bjørn Lindeijer1-36/+52
2005-03-04README updates for 0.0.10 and made chat messages wrap at 80 characters.Bjørn Lindeijer1-28/+30
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+1
2005-03-01Changed tmw.ini to config.xml which is read/written using libxml2.Bjørn Lindeijer1-3/+3
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer1-13/+23
2005-02-27Little typos.Yohann Ferreira1-27/+26
2005-02-27Speeches too long are now cut into pieces of 60 units. Still to test out more.Yohann Ferreira1-4/+33
2005-02-27No more SDL_Surface in the chat box.Yohann Ferreira1-35/+10
2005-01-18*** empty log message ***Yohann Ferreira1-2/+34
2005-01-18*** empty log message ***Yohann Ferreira1-7/+7
2005-01-18*** empty log message ***Yohann Ferreira1-11/+5
2005-01-18*** empty log message ***Yohann Ferreira1-5/+14