summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-04-19Fixed regression of daemonize on WIN32 buildTomas 'ZeXx86' Jedrzejek
2009-04-19Support for domain address of game serverTomas 'ZeXx86' Jedrzejek
Bugfix of tuxie movement on shooting/reloading event Support for daemon mode in game server build, "--daemon=1" parameter Cleanup in publicServer, gameType, udp sources
2009-04-19Alternative ASCII character support in game chatTomas 'ZeXx86' Jedrzejek
Small cleanup in browser.c file Address filter for widget textfield was updated
2009-04-18Global conversion from DOS to UNIX file formatxHire
2009-04-18Next bunch of cleanup in settingKeys.c with dos2unixTomas 'ZeXx86' Jedrzejek
2009-04-18Bugfix of chat character limiterTomas 'ZeXx86' Jedrzejek
Cleanup in settingKeys.c file
2009-04-18In-Game Chat was improved - Upper-Letter support + Additional character set; ↵Tomas 'ZeXx86' Jedrzejek
Optimalization of widget_textfield's readKey ()
2009-04-18Keyboard handler in widget_textfield was modified & optimized - better ↵Tomas 'ZeXx86' Jedrzejek
functionality
2009-04-18fix bug with statistic bad text alignmentDusan Durech
2009-04-18fix bug with chat in nonetgame modeDusan Durech
2009-04-16Revert "new path API ( need old path.h )"Tomas Chvatal
This reverts commit 75e3e2c04b1d2b324dc8d2314e570bcba215c93f. -- CZECH SECTION -- Dusane kdyz rikam ze to ma podporovat PREDEFINOVANI pomoci cmake promennejch jako to delalo tak to neznamena ze danou cast kodu proste odstranis a cmake si to bude generovat do /dev/null Tim commitem si rozbil vsechny architektury ktery nepouzivaj strukturu v jednom hlavnim adresari. Gentoo, Slackware pro zacatek dalsi nevim. Fakt to vubec nedelej takhle, je to zbytecna prace.
2009-04-14new path API ( need old path.h )Dusan Durech
2009-04-14Few fixes for cmakeTomas Chvatal
2009-04-14git rm ./src/base/path.hDusan Durech
2009-04-14support disable openGL ( --disable-opengl )Dusan Durech
2009-04-12fix bad prefixes and names every oneDusan Durech
2009-04-12fix bad preFixsDusan Durech
2009-04-12Fix ipv6 supportTomas Chvatal
2009-04-12convert all name function from oldName to new_nameDusan Durech
2009-04-03Merge branch 'master' of ssh://oroborus@repo.or.cz/srv/git/tuxanciDusan Durech
2009-04-03-tux begin game with random gun, fix bug with offset lasser on clientDusan Durech
2009-04-02Update english. This is not status but debug message.Tomas Chvatal
2009-04-01Remove old font systemTomas Chvatal
2009-04-01Support libfontconfigDusan Durech
2009-04-01Updates for fonconfig, some whitespace.Tomas Chvatal
2009-04-01Make tcp compilable on windowsTomas Chvatal
2009-03-31Add some in progress windows stuff.Tomas Chvatal
2009-03-26fix bug with arguments in programDusan Durech
2009-03-26fix warnning in modAI.cDusan Durech
2009-03-26fix warnings...Dusan Durech
2009-03-23Where the crap this file blob out...Tomas Chvatal
2009-03-23remove old layer code. We dont need to keep it. scm takes care for that.Tomas Chvatal
2009-03-22simplifying the layer algorithmDusan Durech
2009-03-12Renaming of screen files.Tomas Chvatal
2009-03-12Various updatesTomas Chvatal
2009-03-05The program uses the libzip libraryDusan Durech
2009-03-05libzip first pass.Tomas Chvatal
2009-03-03OOps...Tomas Chvatal
2009-03-03Allow optional ipv6 build, how comes that so far noone screamed that the ↵Tomas Chvatal
support is not in...
2009-03-01API to UDP and TCP has been modified so that they can be used independet ↵Dusan Durech
from protocols IPv4 and IPv6
2009-02-27Solved problem when SDL_GL_SWAP_CONTROL undeclaredxHire
2009-02-27Adds a possibility to have more then 6 arenasxHire
2009-02-21Default repeat values.Tomas Chvatal
2009-02-21Use unicode by default for kbd.Tomas Chvatal
2009-02-21Now everything builds in CMAKE_BUILD_DIR instead of some things in ↵Tomas Chvatal
CMAKE_SOURCE_DIR
2009-02-19Fix doc path (missed).Tomas Chvatal
2009-02-19Update path.hTomas Chvatal
2009-02-19Update cmake to use better default options: hash table:Tomas Chvatal
option(WITH_SERVER "Build the server instead of client" ON) option(WITH_AUDIO "Build with audio enabled" ON) option(ENABLE_DEBUG "Build debug features" OFF) option(WITH_NLS "Build the translations" ON) option(Apple "Build some apple quirks. USE ONLY ON MAC!" OFF) option(WITH_OPENGL "Use opengl as renderer instead of SW" ON) option(BUNDLE "Use for generating binary. DEV ONLY" OFF)
2009-02-07Revert "Revert "Revert "First pass renaming sreen and widgets."""Tomas Chvatal
This reverts commit 87821f04c9565450d8e724be76993ae5ea2c20c4.
2009-02-07Add soname library versioning.Tomas Chvatal