2009-04-10 unc0rr - Some cfg fixes
2009-04-10 unc0rr Move game starting action outside menu
2009-04-10 unc0rr Implement two buttons
2009-04-07 unc0rr Update some translations
2009-04-07 unc0rr Fix epic bug randomly teleporting hedgehogs
2009-04-07 unc0rr patch by koda
2009-04-05 unc0rr - Fix some CMakeFiles.txt files (by TheXception)
2009-04-05 unc0rr patch by TheXception:
2009-04-05 unc0rr Remove unneeded file
2009-04-05 unc0rr - Better schemes page look
2009-04-05 unc0rr Images for all scheme buttons
2009-04-03 unc0rr Some AI tweaks by imcold
2009-04-03 unc0rr - Enable back border of drop-down list (by nemo)
2009-04-03 unc0rr Patch by nemo:
2009-04-03 unc0rr remove New Folder
2009-04-03 unc0rr Remove Thumbs.db files
2009-04-03 displacer added files from Tiy
2009-04-03 displacer added files by Tiy
2009-04-03 displacer changes from Tiyuri
2009-04-02 unc0rr - perform lupdate-qt4
2009-04-02 unc0rr New schemes page look by TheXception
2009-04-02 unc0rr Ooops.. enable back DoS protection
2009-04-02 unc0rr Fix server crash (properly follow client's state)
2009-03-28 unc0rr - Fix bug with kicking players
2009-03-27 unc0rr - Implement ping timeout
2009-03-27 unc0rr Ping clients every 30 seconds. Disconnection due to ping timeout to be implemented.
2009-03-27 unc0rr Add simple DoS protection mechanism (although better than previous server had)
2009-03-27 unc0rr Allow admin to set server's motd
2009-03-27 unc0rr Prepare to add ability for admin to set MOTD
2009-03-26 unc0rr Send server message on join
2009-03-26 unc0rr Fix bug with rope and bazooka
2009-03-26 unc0rr - User from localhost is server admin
2009-03-26 unc0rr oops
2009-03-26 unc0rr Optimize water bouncing a bit
2009-03-26 unc0rr patch by nemo: water bouncing + some tweaks
2009-03-26 unc0rr - Better ip2string implementation
2009-03-23 unc0rr patch by koda:
2009-03-23 unc0rr patch by nemo:
2009-03-22 unc0rr Add sounds to girder
2009-03-22 unc0rr Don't draw walking state when cursor is on
2009-03-22 unc0rr Save much CPU time by initializing vertex arrays in texture creation function
2009-03-22 unc0rr use glVertexPointer to render water
2009-03-22 unc0rr Fix previous patch
2009-03-22 unc0rr nemo's patch for girder + some fixes
2009-03-22 unc0rr Use GL_TRIANGLE_FAN instead of GL_TRIANGLES (more efficient)
2009-03-22 unc0rr Random team generator rework by ttsmj
2009-03-22 unc0rr Apply koda's OpenGL ES compatibility patch
2009-03-21 unc0rr - Use QCryptographicHash for md5
2009-03-18 unc0rr - Fix warnings in frontend
2009-03-18 unc0rr Patch by koda
2009-03-18 unc0rr Add delete button and scheme selection combobox to scheme edit page
2009-03-18 unc0rr Mac icon
2009-03-18 unc0rr Update some translations, lupdate && lrelease
2009-03-18 unc0rr Sync schemes config over net should work now (untested)
2009-03-16 unc0rr Send scheme data over net (but recieving part isn't implemented yet)
2009-03-16 unc0rr - Some style changes by nemo
2009-03-16 unc0rr Don't use GLU
2009-03-15 unc0rr More game options by nemo
2009-03-15 unc0rr Rooms list colourizing patch by TheXception
2009-03-15 unc0rr Style fixes by nemo
2009-03-15 unc0rr Some tweaks by nemo
2009-03-15 unc0rr Fix for rooms list + Qt 4.5 by TheXception
2009-03-13 unc0rr Scheme options work now
2009-03-13 unc0rr Editing schemes, creating new one works now
2009-03-12 unc0rr Add an ability to run engine without IPC connection.
2009-03-12 unc0rr - Share model between test table and widgets
2009-03-12 unc0rr patch by nemo: quick change from 0 to infinite and vice versa
2009-03-12 unc0rr Continue work on new schemes
2009-03-11 unc0rr Continue work on new schemes implementation
2009-03-10 unc0rr - Clear gm_Slot flag even if you can't switch ammo:
2009-03-10 unc0rr Update ammo icons
2009-03-10 unc0rr Stub for ammo schemes model
2009-03-10 unc0rr a patch
2009-03-09 unc0rr Implement kick from room
2009-03-09 unc0rr own md5 function, no qca2 dependancy (patch by nemo with Qt adaptation by me)
2009-03-09 unc0rr Fix wrong value passed as initial health
2009-03-09 unc0rr Pass template filter
2009-03-09 unc0rr - Send initial room config
2009-03-08 unc0rr - Fix a bug in map widget
2009-03-08 unc0rr Start refactoring some things. Frontend becomes temporarily unusable for network game
2009-03-08 unc0rr Fix frontend not disconnecting from server
2009-03-08 unc0rr Send MAP config param last
2009-03-08 unc0rr Patch by nemo
2009-03-08 unc0rr patch by nemo
2009-03-07 unc0rr pathc by nemo
2009-03-07 unc0rr loser animation by nemo
2009-03-07 unc0rr Cut the length of most used net packet
2009-03-07 unc0rr - nemo's patch: some animations, zero probability for infinite weapons
2009-03-06 unc0rr Update Polish translation
2009-03-05 unc0rr Utility icon
2009-03-05 unc0rr Implement kick from server by administrator
2009-03-05 unc0rr nemo:
2009-03-04 unc0rr Some work on players lists context menus
2009-03-04 unc0rr Pixels2 proc, which uses Land array when updating textures
2009-03-04 unc0rr Update some translations
2009-03-02 unc0rr Fake database connection with routine which marks all users as guests, when no database host was specified
2009-03-02 unc0rr Enable admin button when have privilege. Button does nothing yet.
2009-03-02 unc0rr Oops, forgot icons
2009-03-02 unc0rr laser beam by nemo reworked a bit by me
2009-03-02 unc0rr Update INSTALL
2009-03-01 unc0rr Fix crash when explosion is outside of the map (check was lost while refactoring)
2009-03-01 unc0rr oops
2009-03-01 unc0rr a patch :P
2009-03-01 unc0rr 4 utilities by nemo
2009-02-27 unc0rr cz->cs
2009-02-27 unc0rr Set admin flag and send admin notification to users with rid equal to 3
2009-02-26 unc0rr Small optimization in net server
2009-02-26 unc0rr Fix pages mess when password is refused
2009-02-26 unc0rr Ask user password and send it to server
2009-02-25 unc0rr Add QCA2 checks to build system
2009-02-25 unc0rr Move from 'connecting' page to lobby only when account checked
2009-02-25 unc0rr Retrieve client password from web database and ask for it
2009-02-24 unc0rr ttsmj2's random teams patch
2009-02-24 unc0rr Server now send ASKPASSWORD command to frontend when user has web account
2009-02-24 unc0rr Use another event to change state from 'logging in' to 'lobby'
2009-02-24 unc0rr Update German translation
2009-02-23 unc0rr titlebar fix for Mac OS X by koda
2009-02-23 unc0rr Update Italian translation (and compile other translations)
2009-02-23 unc0rr Add working check for www account existance
2009-02-23 unc0rr Add options for configuring database access
2009-02-23 unc0rr Add options for database access
2009-02-23 unc0rr Implement two more missing protocol commands
2009-02-23 unc0rr Faster fire falling
2009-02-23 unc0rr Accept new NOT_READY command format
2009-02-23 unc0rr Fix bug with not working toggles 'rectrict joins' and 'restrict team adding'
2009-02-23 unc0rr Fix ready players number after a round
2009-02-23 unc0rr d'oh, the patch was fail
2009-02-23 unc0rr Nemo's patch allowing different water sprites size
2009-02-21 unc0rr More verbose dump
2009-02-21 unc0rr Fix ready players accounting
2009-02-21 unc0rr - Add new sounds
2009-02-21 unc0rr Hedgehog drops a grave on "/newgrave" command. Patch by nemo
2009-02-21 unc0rr lupdate-qt4
2009-02-21 unc0rr Patch by koda to better support Mac OS X
2009-02-20 unc0rr Fix team removing on PART command
2009-02-20 unc0rr Oops, forgot a bunch of CONFIG_PARAM
2009-02-20 unc0rr Prevent 'double team exiting' in egine
2009-02-20 unc0rr Save some more bytes in protocol
2009-02-20 unc0rr - Remove client teams on exit
2009-02-20 unc0rr Removeteam action
2009-02-20 unc0rr 'Reduce quality' patch by nemo
2009-02-20 unc0rr Implement 'roundfinished' cmd on net server
2009-02-19 unc0rr Frontend look fixes
2009-02-19 unc0rr Some optimization of land texture updating
2009-02-18 unc0rr Fix a bug with updating
2009-02-18 unc0rr Split land texture into small ones:
2009-02-18 unc0rr More reorganization
2009-02-18 unc0rr Reorganize land texteure function in prepare to texture split
2009-02-18 unc0rr New game server:
2009-02-18 unc0rr Update translations
2009-02-17 unc0rr Move template filter to map widget (by nemo)
2009-02-17 unc0rr Clouds fixes by nemo
2009-02-15 unc0rr "connecting" page
2009-02-15 unc0rr Fix array overflow
2009-02-15 unc0rr Add Hogville map to build system
2009-02-15 unc0rr Templates filter by nemo
2009-02-14 unc0rr Finnish translation
2009-02-14 unc0rr - Set bamboo plinko hedgehogs limit to 48
2009-02-14 unc0rr New bonus box sprite
2009-02-14 unc0rr Fix initial room config
2009-02-14 unc0rr engine part of nemo's patch
2009-02-14 unc0rr Fix passing hedgehogs number from engine to frontend
2009-02-14 unc0rr frontend's part of nemo patch
2009-02-14 unc0rr Hogville map
2009-02-14 unc0rr Update nature, City and Island themes
2009-02-14 unc0rr New hats
2009-02-14 unc0rr Awesome map (yes, again)
2009-02-01 unc0rr Fix rope regression (unable to change angle)
2009-02-01 unc0rr Apply nemo's patch polished by me:
2009-01-31 unc0rr Custom spinbox for bonus boxes factor
2009-01-31 unc0rr Options for bonus box probability tuning and number of turn until sudden death
2009-01-31 unc0rr - Right way to handle rope ammo
2009-01-30 unc0rr Remove ugly hack. It's so ugly...
2009-01-30 unc0rr Cache land texture update until frame render. This greately improves performance when there are many explosions, or you're using drilling weapon
2009-01-30 unc0rr Fix border drawing when drilling
2009-01-30 unc0rr Implement initial sound volume option
2009-01-29 unc0rr - nemo's patch for custom cave map dimensions
2009-01-29 unc0rr A bit better template
2009-01-27 unc0rr Replace current templates with one cavern one
2009-01-27 unc0rr nemo's template patch (invertion)
2009-01-26 unc0rr Allow loading maps and forts
2009-01-26 unc0rr Fix airplane
2009-01-26 unc0rr Update RC plane sprite
2009-01-26 unc0rr New digits
2009-01-26 unc0rr That was wrong place for the patch
2009-01-26 unc0rr Turn cave mode on automatically when there are pixels on top of map
2009-01-26 unc0rr Fix mask
2009-01-26 unc0rr Switch to 2046 height
2009-01-26 unc0rr Fix russian translation
2009-01-26 unc0rr Fix chinese translation
2009-01-26 unc0rr Fix clouds disappearing in the middle of map
2009-01-26 unc0rr Fix width/height dependant consts
2009-01-26 unc0rr Fix nemo's large land patch
2009-01-26 unc0rr - Update Polish tranlsation
2009-01-25 unc0rr Unban misc folder
2009-01-25 unc0rr Add an ability for global messages when server started with password option set
2009-01-25 displacer desktop file in misc folder
2009-01-25 unc0rr Impement stats on UDP 46632 port
2009-01-25 unc0rr Some fixes by nemo
2009-01-25 unc0rr Apply nemo's world resize patch
2009-01-25 unc0rr Fix accidental rope removinf from ammo in some cases
2009-01-25 unc0rr Finally support removing teams + spectating (spectating still doesn't work okay, as engine doesn't support removing teams properly)
2009-01-25 unc0rr Update protocol number
2009-01-25 unc0rr Fix crash when attackbar wasn't deleted, but hedgehog gear was
2009-01-25 unc0rr Some support for spectating when some teams removed
2009-01-25 unc0rr Add needed libraries
2009-01-24 displacer correct game classification
2009-01-24 displacer .desktop file for bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512842
2009-01-24 unc0rr Add koda's patch for Mac OS X compilation
2009-01-24 unc0rr Don't allow pause when playing online
2009-01-24 unc0rr Start fixing spectating bug (implement some routines)
2009-01-22 unc0rr Add forgotten brain slug hats
2009-01-22 unc0rr Reduce number of bonus rc planes
2013-07-22 koda close 0.9.9 again 0.9.9
2009-01-22 unc0rr Add nemo's depixeling patch. Still needs some polishing for the case when we delete pixel on which hedgehog stays
2013-07-22 koda removing anonymous heads from 0.9.9 0.9.9
2009-01-20 unc0rr Fix blowtorch delete condition
2013-07-22 koda removing anonymous heads from 0.9.9 0.9.9
2010-11-12 unc0rr Close 0.9.9 branch 0.9.9
2009-01-20 unc0rr Fix underwater theme soundtrack
2010-06-23 koda closed branch 0.9.9
2010-06-23 koda closed branch 0.9.9
2009-01-19 unc0rr Fix in 0.9.9 branch too 0.9.9 0.9.9.2-release
2009-01-19 unc0rr Fix engine crash when using alt damage option
2009-01-19 unc0rr Fix 099 release too 0.9.9
2009-01-19 unc0rr Unfuckup spectating
2009-01-19 unc0rr Set version to 0.9.9, protocol to 23 0.9.9
2009-01-19 unc0rr Message for 098 users about 099 release
2009-01-19 unc0rr Branch for 0.9.9 release 0.9.9
2009-01-19 unc0rr Fix 'youll regret that' voicepack
2009-01-19 unc0rr Fix grayed ammo icons
2009-01-19 unc0rr Change rc plane options
2009-01-19 unc0rr New grave
2009-01-19 unc0rr Remove deprecated comment
2009-01-19 unc0rr Nice icon for sound button
2009-01-19 unc0rr Hedgehog controlling rc plane sprite
2009-01-19 unc0rr UFO fort images optimization for size
2009-01-19 unc0rr - Update Slovak translation
2009-01-19 unc0rr Fix rc plane fire spread
2009-01-19 unc0rr Hedgehog is also sad when rcplane is drawning
(0) -1000 -240 +240 +1000 +3000 +10000 tip