- Aug 22, 2011
-
-
Giuseppe Bilotta authored
This is just a chat window with the / text pre-loaded.
-
Giuseppe Bilotta authored
This ensures that on creation and when resizing the cursor is at the end of the text rather than at the beginnig.
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
No need to make the server command syntax more complicated than necessary. If the need ever arise, we'll find some other way to distinguish the client commands. Also, the /# syntax is deprecated and will be made obsolete in time.
-
Giuseppe Bilotta authored
This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
-
Giuseppe Bilotta authored
-
- Aug 16, 2011
-
-
Perttu Ahola authored
-
- Aug 14, 2011
-
-
Perttu Ahola authored
-
- Aug 13, 2011
-
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
- Aug 12, 2011
-
-
Giuseppe Bilotta authored
Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name.
-
Giuseppe Bilotta authored
-
Perttu Ahola authored
-
Constantin Wenger authored
-
Perttu Ahola authored
-
Constantin Wenger authored
commands: /#ipban <nick> /#ipunban <ip>
-
- Aug 11, 2011
-
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
This is done with the new TOSERVER_PLAYERITEM message, that informs the server on the index of the wielded item.
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
Collect the player's eye position coding in a Player method, and use it in client to pass the eye position information to the game.
-
Giuseppe Bilotta authored
This is currently only used in the lighting update for remote players in client.
-
q66 authored
-
q66 authored
-
- Aug 08, 2011
-
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
This quiets a warning in Clang.
-
Giuseppe Bilotta authored
At least two reasons for this: * activeKey is treated as signed (check for sign, assign -1, etc) * the ID retrieved from Irrlicht's events are signed
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
- Aug 11, 2011
-
-
Giuseppe Bilotta authored
The release versions of CMake don't yet properly support flag checking in Clang, so we need to exclude it explicitly for the time being.
-
Giuseppe Bilotta authored
Although this doesn't change much for our specific case, it can make a difference for some flags, so use the appropriate macro.
-
- Aug 02, 2011
-
-
Dmitry Marakasov authored
-
Dmitry Marakasov authored
-
- Aug 01, 2011
-
-
Dmitry Marakasov authored
it. It seems to only be available on recent (>=4.6) versions of gcc.
-
- Aug 08, 2011
-
-
Perttu Ahola authored
-