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
/
gui
/
npcdialog.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-26
Fix compilation on gcc 4.6.1.
Yohann Ferreira
1
-1
/
+1
2011-05-25
Added more double clickable actions
Angelo Castellani
1
-0
/
+15
2011-04-09
Renamed Listener to EventListener
Thorbjørn Lindeijer
1
-2
/
+2
2011-04-09
Removed the Mana namespace
Thorbjørn Lindeijer
1
-20
/
+20
2011-04-09
Moved Channels to Mana::Event::Channel
Thorbjørn Lindeijer
1
-7
/
+7
2011-04-09
Moved Events to Mana::Event::Type
Thorbjørn Lindeijer
1
-10
/
+10
2010-12-15
Merge branch '0.5'
Thorbjørn Lindeijer
1
-0
/
+5
2010-11-29
Allow enter OK button key in input field.
Andrei Karas
1
-0
/
+5
2010-11-13
Replace config listeners with the event system
Chuck Miller
1
-4
/
+7
2010-11-12
Change NPC handling in the net code
Chuck Miller
1
-20
/
+10
2010-11-11
Replace Event names with enums instead of strings
Chuck Miller
1
-16
/
+16
2010-11-11
Have the event system channels use enums instead of strings
Chuck Miller
1
-11
/
+11
2010-08-12
Simplify working with the event system
Jared Adams
1
-12
/
+12
2010-08-12
Replace most of Net::NpcHandler with events
Jared Adams
1
-14
/
+26
2010-08-10
Remove NpcDialog references from netcode
Jared Adams
1
-9
/
+150
2010-08-01
Remove isActive methods from NPC dialogs and InventoryWindow
Jared Adams
1
-0
/
+5
2010-07-28
Centralized configuration default values using the VariableData system.
Yohann Ferreira
1
-2
/
+2
2010-05-17
Remove Monster, Player, and NPC classes
Jared Adams
1
-1
/
+0
2010-04-21
Add a clear button to the NPC dialog
Jared Adams
1
-14
/
+50
2010-03-25
Simplify NPC input when only one dialog is open
Jared Adams
1
-0
/
+3
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-13
Make NPC dialogs instance instead of global
Jared Adams
1
-7
/
+67
2010-02-07
Updated Copyright year to 2010!
Bertram
1
-1
/
+1
2010-01-11
Cleanup GUI classes
Jared Adams
1
-3
/
+4
2010-01-10
Fix handling of NPC talking status
Jared Adams
1
-1
/
+0
2009-11-29
Fix NPC choice interface
Jared Adams
1
-14
/
+14
2009-08-07
Gettext fixes
Kess Vargavind
1
-1
/
+2
2009-07-26
Gettext fixes
Kess Vargavind
1
-4
/
+4
2009-07-23
Clear some more support ifdefs
Jared Adams
1
-0
/
+2
2009-06-30
Fixed compiler warning about unsigned/signed integer comparision
Thorbjørn Lindeijer
1
-1
/
+1
2009-06-27
Prevent selection of out of range menu options
Jared Adams
1
-1
/
+5
2009-05-13
Fixed two compiler warnings
Bjørn Lindeijer
1
-0
/
+3
2009-05-13
Allow more control of NpcDialog using the keyboard
Jared Adams
1
-0
/
+16
2009-05-10
Fixed the resize grip of the party window
Bjørn Lindeijer
1
-3
/
+0
2009-05-10
Marked some strings as not translatable
Bjørn Lindeijer
1
-2
/
+2
2009-05-09
Increased the distance between head and overhead text a bit
Bjørn Lindeijer
1
-2
/
+3
2009-05-09
Fix some memory leaks
Jared Adams
1
-0
/
+12
2009-05-03
Fixed compile warnings and other tweaks
Bjørn Lindeijer
1
-12
/
+10
2009-05-03
NPC Integer input plus and minus
Blue
1
-8
/
+22
2009-05-03
Fix some layout issues with the NPC dialog
Jared Adams
1
-6
/
+39
2009-05-03
Moved strprintf into stringutils.{h,cpp}
Bjørn Lindeijer
1
-1
/
+1
2009-05-02
Fix up some things in the NPC dialog
Jared Adams
1
-3
/
+18
2009-05-01
Forgot the new dialog
Jared Adams
1
-0
/
+277