summaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)Author
2007-01-02(svn r7751) -Codechange: move network_* to a new network map. Furthermore mov...rubidium
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-11-29(svn r7292) -Codechange: Also validate an strip of colours the console string...Darkvater
2006-11-21(svn r7233) -Codechange: get rid of three console.c globalsDarkvater
2006-11-19(svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC foun...Darkvater
2006-11-18(svn r7207) -Codechange: Pass the (unchanged) windowpointer to the console wi...Darkvater
2006-11-18(svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, us...Darkvater
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-11-16(svn r7172) -Fix [r6931]: The console showed '?' characters instead of colour...Darkvater
2006-10-21(svn r6875) -Feature: Allow for " to be in console tokens. Escape them with \...Darkvater
2006-09-23(svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo...belugas
2006-08-20(svn r5993) -Fix r5974: a cause-no-warning commit caused a warning ;) (glx)truelight
2006-08-20(svn r5974) -Codechange: added casts all around the place to make Windows 64b...truelight
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-04-15(svn r4434) - Codechange: use str_validate for the console as well instead of...Darkvater
2006-04-06(svn r4301) - Fix: the maxlength parameter of Textbuf is supposed to be the s...Darkvater
2006-02-13(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a...tron
2006-01-05(svn r3365) Staticise 36 functionstron
2005-12-24(svn r3339) Remove unnecessary includestron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-20(svn r2655) An uint16 is an uint16, not a byte - fix wrong casttron
2005-06-04(svn r2405) Simplify a few '? true : false' and '? false : true', especially ...tron
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-06-02(svn r2395) - Fix: oops, forgot a break in a console switch.Darkvater
2005-05-30(svn r2385) - Feature: shortcut CTRL + U that clears the commandline of the c...Darkvater
2005-05-28(svn r2372) - Fix (console): update the example scripts in the scripts/ direc...Darkvater
2005-05-17(svn r2338) - CodeChange: only call the variable hooks when you set their val...Darkvater
2005-05-16(svn r2333) - CodeChange: also don't execute command if user has typed all sp...Darkvater
2005-05-16(svn r2332) - Feature: Add 'clear' command and CTRL+L to empty the console wi...Darkvater
2005-05-15(svn r2323) Remove unused dereferencingtron
2005-05-14(svn r2309) - CodeChange: Change all _iconsole_color_whatever into _icolour_w...Darkvater
2005-05-06(svn r2277) - Codechange: change sscanf() into stroul() Which Does The Right ...Darkvater
2005-05-06(svn r2275) - Fix: [ 1196662 ] scrollto doesn't accept hexadecimal numbersDarkvater
2005-05-03(svn r2259) - Fix (regression): remove a warning and make the help for variab...Darkvater
2005-05-03(svn r2258) - Fix (regression): game crashes on resizing window. Windows is a...Darkvater
2005-05-02(svn r2250) - Fix (regression): arguments with spaces in them were incorrectl...Darkvater
2005-05-02(svn r2247) - Fix (regression): executing scripts now works (remove newline c...Darkvater
2005-05-02(svn r2243) -Fix: Rework of console. Use 'help command|variable' to get help ...Darkvater
2005-04-24(svn r2230) Oops, revert wrongly committed local console.c. Also add the endi...Darkvater
2005-04-24(svn r2229) - Fix: [ 1188777 ] Non-existing sprite #5125 (presignal). The DOS...Darkvater
2005-03-27(svn r2092) - Fix: old commands/lines in the console (history) did not show w...Darkvater
2005-03-10(svn r1987) - Cleanup: remove the last remaining dinosaurs of a dead consoleDarkvater
2005-02-22(svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bu...Darkvater
2005-02-21(svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli...Darkvater
2005-02-17(svn r1883) -Fix: [1109400] Better test if a string actually contains any con...tron
2005-01-31(svn r1747) - Fix: [network] ottd should compile when networking is disabled.darkvater
2005-01-30(svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled wh...darkvater