|
|
@1462
|
16 years |
scheusso |
fixed a bug in nacking
|
|
|
@1461
|
16 years |
rgrieder |
- "set" —> "config"
- adjusted Shell output levels for keybind and …
|
|
|
@1460
|
16 years |
FelixSchulthess |
removed debug output
|
|
|
@1459
|
16 years |
FelixSchulthess |
fix
|
|
|
@1458
|
16 years |
FelixSchulthess |
do not play with typecasts…
|
|
|
@1457
|
16 years |
FelixSchulthess |
removed three warnings
|
|
|
@1456
|
16 years |
FelixSchulthess |
using a std::set for the radar objects, which still has a the small …
|
|
|
@1455
|
16 years |
rgrieder |
- 'fixed' a bug in CppTcl.cc, but why would map::find pose a problem …
|
|
|
@1454
|
16 years |
landauf |
fixed tcl initialisation bug
|
|
|
@1453
|
16 years |
scheusso |
the spaceships of the other players now also have a radarpoint and …
|
|
|
@1452
|
16 years |
rgrieder |
- removed Shell.h dependency from OutputHandler.h to avoid recompiling …
|
|
|
@1451
|
16 years |
FelixSchulthess |
possible to toggle FPS and Render time display with F1 and F2
|
|
|
@1450
|
16 years |
FelixSchulthess |
making radar objects from scene nodes now. radar object supporting …
|
|
|
@1449
|
16 years |
rgrieder |
- updated msvc files
- hack-fixed a hack that probably wasn't even …
|
|
|
@1448
|
16 years |
scheusso |
removed debug output
|
|
|
@1447
|
16 years |
landauf |
ok, I fixed something.
|
|
|
@1446
|
16 years |
landauf |
merged console branch into network branch
after several heavy …
|
|
|
@1445
|
16 years |
landauf |
fixed some parts of the cmake-files to work with windows
|
|
|
@1444
|
16 years |
rgrieder |
Added 'calibrate' command for the joystick
Simply type 'calibrate', …
|
|
|
@1443
|
16 years |
scheusso |
the client stops now when conenction establishment fails —- testing …
|
|
|
@1442
|
16 years |
landauf |
- filesystem-autocompletion uses now boost::filesystem
- fixed a …
|
|
|
@1441
|
16 years |
landauf |
you'll love this: separated displayed strings in autocompletion from …
|
|
|
@1440
|
16 years |
scheusso |
cleanup up packetgenerator/decoder and improved speed of gamestate and …
|
|
|
@1439
|
16 years |
landauf |
debugoutput—
|
|
|
@1438
|
16 years |
landauf |
removed some other (potential) bugs or dangerous code lines
|
|
|
@1437
|
16 years |
landauf |
removed debug output and fixed a small stupid bug
|
|
|
@1436
|
16 years |
landauf |
cool stuff: autocompletion works with filesystem (has to be tested on …
|
|
|
@1435
|
16 years |
landauf |
after some changes in MultiTypeMath and co., the new config and …
|
|
|
@1434
|
16 years |
landauf |
autocompletion is almost done
|
|
|
@1433
|
16 years |
scheusso |
clientinformation is now not threadsafe anymore (not neccessary and faster)
|
|
|
@1432
|
16 years |
scheusso |
found a bug in gamestate diffing (in some cases the gamestate diffed …
|
|
|
@1431
|
16 years |
scheusso |
another one bites the dust: solved that problem with zeros in the gamestate
|
|
|
@1430
|
16 years |
landauf |
I start to like it
|
|
|
@1429
|
16 years |
scheusso |
extended slides from presentation and changed a diagramm
|
|
|
@1428
|
16 years |
rgrieder |
- added SetConfigValueGeneric to set the config value of the actual …
|
|
|
@1427
|
16 years |
landauf |
CommandExecutor seems to work very well right now. yet to come: …
|
|
|
@1426
|
16 years |
rgrieder |
- you can now tpye "keybind command" and then press a button/key to …
|
|
|
@1425
|
16 years |
scheusso |
implemented some sort of buffer for the spaceship movements (makes the …
|
|
|
@1424
|
16 years |
landauf |
finally got a good approach for the CommandExecutor parser. more to come.
|
|
|
@1423
|
16 years |
rgrieder |
removed obsolete branch
|
|
|
@1422
|
16 years |
rgrieder |
- added a little text box to the HUD that says how much of the main …
|
|
|
@1421
|
16 years |
scheusso |
forgot to add the appropriate create function in Explosion
|
|
|
@1420
|
16 years |
rgrieder |
- fixed 2 bugs
|
|
|
@1419
|
16 years |
rgrieder |
- merged def_keybindings.ini back to rev 1417, but set svn property …
|
|
|
@1418
|
16 years |
scheusso |
copied old keybindings to new def_keybindings and made some changes in …
|
|
|
@1417
|
16 years |
landauf |
changes in CommandExecutor and CommandEvaluation
|
|
|
@1416
|
16 years |
landauf |
- fixed a bug in CommandExecutor
- InGameConsole wraps now too long …
|
|
|
@1415
|
16 years |
scheusso |
added script to update media repository
|
|
|
@1414
|
16 years |
rgrieder |
- moved OrxonoxPlatform.h to util (didn't even notice util recently)
- …
|
|
|
@1413
|
16 years |
rgrieder |
- renamed InputHandler to KeyBinder
- added feature to detect a key in …
|
|
|
@1412
|
16 years |
rgrieder |
- applied r1410 again
|
|
|
@1411
|
16 years |
FelixSchulthess |
rewritten navigation algebra… very ugly, and not optimized
|
|
|
@1410
|
16 years |
rgrieder |
- converted tabs to spaces in HUD
- adjusted msvc project
|
|
|
@1409
|
16 years |
scheusso |
changed concept of threading, had to change packetbuffer (using events now)
|
|
|
@1408
|
16 years |
FelixSchulthess |
compiles now with changes from trunk
|
|
|
@1406
|
16 years |
rgrieder |
- merged Felix's changes from trunk to network branch
- added …
|
|
|
@1405
|
16 years |
scheusso |
cleaned up presentation folder
|
|
|
@1404
|
16 years |
scheusso |
added new dia and changed slides (3slides now)
|
|
|
@1403
|
16 years |
scheusso |
created presentation folder and added files from last presentation
|
|
|
@1402
|
16 years |
landauf |
backup-commit
|
|
|
@1398
|
16 years |
rgrieder |
- removed the mouseHandler in SpaceShip
|
|
|
@1397
|
16 years |
scheusso |
fixed keybindings
|
|
|
@1391
|
16 years |
rgrieder |
- fixed some bugs
|
|
|
@1390
|
16 years |
landauf |
only girls sleep at this time
(started new implementation of …
|
|
|
@1389
|
16 years |
scheusso |
some fixes in client disconnect procedure — mostly because of …
|
|
|
@1386
|
16 years |
scheusso |
we need that enable mousehandler in spaceship ….
|
|
|
@1385
|
16 years |
scheusso |
another fix in hud
|
|
|
@1384
|
16 years |
scheusso |
changed radar handling (SpaceShip::instance is now SpaceShip::getLocalShip)
|
|
|
@1383
|
16 years |
bknecht |
crazy stuff!! triggers and the best: you can now use the lua function …
|
|
|
@1382
|
16 years |
FelixSchulthess |
removed another hud branch
|
|
|
@1381
|
16 years |
FelixSchulthess |
removed another hud branch
|
|
|
@1380
|
16 years |
FelixSchulthess |
removed hud branch
|
|
|
@1379
|
16 years |
scheusso |
added command line argument —port
|
|
|
@1378
|
16 years |
scheusso |
various enhancements with enet handling (serverside in
connectionmanager)
|
|
|
@1377
|
16 years |
dumenim |
some changes on clientside (replaces some enet_host_service with …
|
|
|
@1373
|
16 years |
rgrieder |
- HUD additions for msvc
|
|
|
@1371
|
16 years |
scheusso |
create new network branch
|
|
|
@1370
|
16 years |
scheusso |
delete merge
|
|
|
@1369
|
16 years |
scheusso |
delete ficn
|
|
|
@1368
|
16 years |
scheusso |
delete network3
|
|
|
@1367
|
16 years |
scheusso |
delete network2
|
|
|
@1366
|
16 years |
scheusso |
delete old branch
|
|
|
@1365
|
16 years |
scheusso |
create new network branch
|
|
|
@1361
|
16 years |
scheusso |
reverted some changes from previous version
|
|
|
@1359
|
16 years |
FelixSchulthess |
minor fix
|
|
|
@1358
|
16 years |
FelixSchulthess |
added console command cycleFocus to cycle through radar objects
|
|
|
@1357
|
16 years |
FelixSchulthess |
fixed small but stupid problem with arctan
|
|
|
@1356
|
16 years |
FelixSchulthess |
added distance display
|
|
|
@1355
|
16 years |
scheusso |
some enhanced enet usage (gamestates are not reliable anymore - we …
|
|
|
@1354
|
16 years |
FelixSchulthess |
nothing changed…
|
|
|
@1353
|
16 years |
FelixSchulthess |
minor enhancement
|
|
|
@1352
|
16 years |
FelixSchulthess |
minor changes
|
|
|
@1351
|
16 years |
landauf |
changed large parts of CommandExecutor and CommandEvaluation. very …
|
|
|
@1350
|
16 years |
FelixSchulthess |
added a navigation marker
|
|
|
@1348
|
16 years |
rgrieder |
removed debug ouput
|
|
|
@1347
|
16 years |
rgrieder |
- gcc knows more…
|
|
|
@1346
|
16 years |
FelixSchulthess |
splitted two classes in two files
|
|
|
@1345
|
16 years |
rgrieder |
- commented silly key bindings
|
|
|
@1344
|
16 years |
rgrieder |
- added scroll wheel support
- improved mouse input handling
- added …
|
|
|
@1343
|
16 years |
FelixSchulthess |
finally: the radar dots move continiously
|
|
|