2010-07-27 |
divverent | make prydon cursor absolute, not relative |
commit | commitdiff | tree | snapshot |
2010-07-27 |
divverent | fix v_flipped with near clip plane (water, warpzone) |
commit | commitdiff | tree | snapshot |
2010-07-27 |
divverent | Linux SDL/GLX: allow loading the icon from .xpm at... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
divverent | track if a cachepic has alpha, and turn off depth write... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
divverent | PROPERLY handle roundoff errors in drawsetcliparea |
commit | commitdiff | tree | snapshot |
2010-07-23 |
divverent | Fix the usage of the CACHEPICFLAGS_NOTPERSISTENT flag... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
divverent | CRLF fixes, .gitattributes file updated |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | make airstopaccelerate less accidentally epic ;) |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Merge remote branch 'origin/mirceakitsune/landing_views... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | And my third intended change: Remove view bobbing depen... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Second change: Use cos for the horizontal view bobbing... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Sort this space in a more correct way while I'm at it |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Fix some final things on my list for my effects in... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | sv_aircontrol_penalty |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | VM_stringtokeynum: return a float, not an int |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Oops, must be framerate dependent |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Fix the final details and disable by default. Use cl_bo... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Minimum necessary speed for fall-bobbing to occur |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Bounds |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Cvars. Enabled by default just for testing until everyt... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | The code works as intended! Change some names and comme... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Very close to getting the correct maths done. It now... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Even closer to a senseful code. We need to get just... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Use sin() for the the view going up / down. Now it... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | More progress, still nothing considerable |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Some comments and a view bound on the speed, which... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Make the view slowly go back after hitting the ground... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | Attempt to implement landing viewshake effect (the... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
havoc | fix uninitialized variable warning |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | fix ~TEXF_PICMIP in DDS loading, and fix TEXF_ALPHA... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
divverent | cvar: r_mipnormalmaps |
commit | commitdiff | tree | snapshot |
2010-07-15 |
havoc | reworked .obj loader to work as a world model (SLOWLY... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
divverent | fix ISWORLD and ISSPRITE texture flags (making r_picmip... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
havoc | better error message when map load fails |
commit | commitdiff | tree | snapshot |
2010-07-15 |
havoc | fix map loading in Nexuiz |
commit | commitdiff | tree | snapshot |
2010-07-15 |
havoc | raise SVBSP polygon points limit to avoid crashes with... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
havoc | changed modeldecompile's obj output to not negate an... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
havoc | allow loading non-bsp files as world models (no longer... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
havoc | fix a bug with svbsp compiled lights when a leaf has... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
divverent | add q prefix to modplug functions |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Make cl_bobmodel work if cl_bob2 is enabled too. Althou... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Bound the side bobbing's speed as well |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Remove xyspeed from the side bobbing. The speed is... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Comments |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Place / move a speed bound, to avoid bobbing getting... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Bound cvar values instead of bounding how far the view... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Get rid of cl_bob2up. It's not good for -sideways-... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Cvar description grammar fix :P |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Code, name and comment cleanups |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Center the effect, as this isn't the vertical bobbing |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Tweak a definition and cvar |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Better name for the cvar set |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Remove the rolling in favor of the side-bobbing. I... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Better bounds for the view rolling, and fix a comment |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Better bounds |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Sorry, this is more correct |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Add bounds. Tweak the bounds of the default bobbing... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Code cleanup, disable by default (set cl_bobside to... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Add a bobside_airtime like for the bobroll, to prevent... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Make the sideways bobbing speed-based. Not ready but... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Code now in its place, but still doesn't work as indented |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Got the correct formula working. Code still not in... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | System to calculate the walking direction properly... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Remove this, not needed |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Attempt to implement sideway view bobbing as well,... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Suspend the effect when the jump button is pressed... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Slightly better cycle default |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Disable by default |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Use += instead. You never know what else might change... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Set better defaults and fix final comments. I think... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Optimize cvars |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Cap speed to sv_maxspeed, so this looks right when... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Unground smoothing. The roll slowly returns to normal... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | cl_bobroll should only be a switch |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Fix centering, works exactly as intended now |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Use independent cycle float |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Half fix TODO 2 with a simple check. The view doesn... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
divverent | Attempt to implement Q4engine style bob-rolling (the... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
divverent | fix font loading bug causing E0xx glyphs to get zero... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
divverent | finalize DP_CSQC_BINDMAPS: |
commit | commitdiff | tree | snapshot |
2010-07-06 |
divverent | use a default bindmap of 0 in the PRVM commands, and... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
divverent | make -1 as bindmap argument also work, to mean "current... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
divverent | - fix a bug in Quake menu when in_bindmap was not ... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
divverent | a simple time profiler for prvm_profile, cvar: prvm_tim... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
divverent | fix minor typo in doc-string |
commit | commitdiff | tree | snapshot |
2010-07-03 |
havoc | fix a crash in particlefont.txt parser when given no... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
havoc | add DeviceLost and DeviceRestored functions to R_Module... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
havoc | grow svbsp allocation limit much faster (*16 rather... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
divverent | new cvar r_draw2d to turn off all 2D drawing (except... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
divverent | a third console picture layer. NOW we should be able... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
divverent | menuqc += +VM_getkeybind, // #342 string(float keynum... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
divverent | fix a cvar name typo |
commit | commitdiff | tree | snapshot |
2010-07-01 |
divverent | new cvars: |
commit | commitdiff | tree | snapshot |
2010-07-01 |
divverent | fix getsurfaceneartexture() returning no useful data |
commit | commitdiff | tree | snapshot |
2010-06-29 |
divverent | speed up decal creation in newdecalsystem by using... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
havoc | fix a warning |
commit | commitdiff | tree | snapshot |
2010-06-27 |
havoc | add surfaceindex to bih_leaf_t and initialize it |
commit | commitdiff | tree | snapshot |
2010-06-27 |
havoc | added BIH_GetTriangleListForBox function |
commit | commitdiff | tree | snapshot |
2010-06-27 |
divverent | allow immediate stains in the new particle system to... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
divverent | TEXF_CLAMP cubemap textures to fix seams (hack alert) |
commit | commitdiff | tree | snapshot |
next |