about summary refs log tree commit diff
path: root/src/game/client
AgeCommit message (Collapse)Author
2008-08-27major commit. game client restructure. not complete, loads of stuff not ↵Magnus Auvinen
working, but the structure is there
2008-08-17continued with clean upMagnus Auvinen
2008-08-17added cl_layershot. fixed some bugs in the networkMagnus Auvinen
2008-08-14moved out e_system, e_detect, vmath and math to a little base libraryMagnus Auvinen
2008-07-06major update. server clean up and much added documentationMagnus Auvinen
2008-06-12renamed .h to .hpp in game because they are c++ headersMagnus Auvinen
2008-06-12large commit with loads of clean up. more is commingMagnus Auvinen
2008-04-27commited the small thing that I had before I reinstall my machineMagnus Auvinen
2008-04-06more loads of changes for 0.5.0Magnus Auvinen
2008-04-06loads of changes here and there. added flushing of packets when connection ↵Magnus Auvinen
is started
2008-04-05new network code. not perfect. connectionless packets is missing so no ↵Magnus Auvinen
server discovery is possible. reduced network traffic by A LOT
2008-04-05fixed console bind problemMagnus Auvinen
2008-04-05fixed input problem, partly :)Magnus Auvinen
2008-04-05motd tweaksMagnus Auvinen
2008-04-05fixed proper velocity calculations on the player when renderingMagnus Auvinen
2008-03-30fixed so that you can't set sens below 5 in the guiMagnus Auvinen
2008-03-30fixed tiling error when using sides that are just 1 tile thickMagnus Auvinen
2008-03-30fixed saving of complex bindsMagnus Auvinen
2008-03-30small compile fixesMagnus Auvinen
2008-03-30fixed loading text issue. tweaked some colorsMagnus Auvinen
2008-03-29server browser improvements. much improved quick search. sorted the player list.Magnus Auvinen
2008-03-29fixed problem that binds get bound againMagnus Auvinen
2008-03-29fixed the welcome screenMagnus Auvinen
2008-03-29fixed protection so that the fonts doesn't get resampledMagnus Auvinen
2008-03-29fixed loads of graphical optimizationsMagnus Auvinen
2008-03-23reduced the fontsize on the killmsgsMagnus Auvinen
2008-03-23removed some old codeMagnus Auvinen
2008-03-23fixed better motdMagnus Auvinen
2008-03-23fixed rendering error with the katana and hook. made the rcon more verbose ↵Magnus Auvinen
about entering password
2008-03-23added button to reset the filteringMagnus Auvinen
2008-03-23added option to thread the sound loadingMagnus Auvinen
2008-03-23removed the threaded loading of sounds. fixed the custom coloring of the teesMagnus Auvinen
2008-03-23tweaked the airjump indicatorMagnus Auvinen
2008-03-23fixed all the weapon switching bugsMagnus Auvinen
2008-03-23fixed the password boxMagnus Auvinen
2008-03-23fixed the motd message displaying the first line correctlyMagnus Auvinen
2008-03-23added button to reset binds to defaultMagnus Auvinen
2008-03-23fixed problem with numeric bindsMagnus Auvinen
2008-03-23fixed the tabsize of ping in the server browserMagnus Auvinen
2008-03-23fixed overflow in the edit boxesMagnus Auvinen
2008-03-22renamed everything. added the new licenseMagnus Auvinen
2008-03-22fixed error with broadcastMagnus Auvinen
2008-03-22added compatible version filter. cleaned up the server browser a bit. ↵Magnus Auvinen
increased rifle ammo to 10
2008-03-22made better broadcast and motdMagnus Auvinen
2008-03-22changed the bindings commands to bind, unbind and dump_binds. added ↵Magnus Auvinen
broadcast messages. fixed so that cl_editor works
2008-03-22fixed invisible tees problem. increased mouse deadzone from 200 to 300. ↵Magnus Auvinen
decreased max camera distance to 200.
2008-03-22fixed minor bug with the inputMagnus Auvinen
2008-03-21fixed bug in text rendering. added option for detail layersMagnus Auvinen
2008-03-21fixed input problems. made better input in console and chatMagnus Auvinen
2008-03-19fixed non-intersecting hook problem. hook length is more visible now. fixed ↵Magnus Auvinen
damange system (thanks to shootme)