aboutsummaryrefslogtreecommitdiff
path: root/src/guiTextInputMenu.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-16Implemented MEET_OTHERPerttu Ahola1-2/+8
2011-08-15Get rid of makepackage_binary.shGiuseppe Bilotta1-67/+0
It's outdated, and it would be better to use cmake's packaging capabilities instead, for better cross-platformness.
2011-08-15Cleanup rootGiuseppe Bilotta2-373/+0
These scripts should not be in the root but in util/ and in fact they are, so let's get rid of these.
2011-08-14Windows.h -> windows.h for cross-mingw buildPerttu Ahola1-1/+1
2011-08-13Let Settings accept a const char* directlyGiuseppe Bilotta1-0/+8
2011-08-13Fix keycode_to_keyname return valueGiuseppe Bilotta2-2/+2
2011-08-12Clean up key names handlingGiuseppe Bilotta4-86/+87
Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name.
2011-08-12Fix use of && instead of &Giuseppe Bilotta2-5/+5
2011-08-12Removed assert if creating texture atlas image fails; cancel creating image ↵Perttu Ahola1-1/+7
instead.
2011-08-12fixed not finding data dir if installedConstantin Wenger3-14/+12
2011-08-12Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola5-35/+96
2011-08-12added ipban supportConstantin Wenger11-1/+271
commands: /#ipban <nick> /#ipunban <ip>
2011-08-12Updated .gitignore to ignore vim swap filesPerttu Ahola1-0/+1
2011-08-11Typo fixGiuseppe Bilotta1-2/+2