Activity for Oddwarg

  • Oddwarg Oddwarg committed [60d604] on Code

    Fixed recently introduced bug in GPULayerData

  • Oddwarg Oddwarg committed [dfd09c] on Code

    GLJPanel/GLCanvas now has a command line switch. Fixed undo related crash caused by painting only outside the canvas using the bezier tool. Fixed bugs after using bezier tool on floating selections. Fixed possible crash caused by repeatedly undoing and redoing PasteIntoEdit. Made inconsequential changes to some GPULayerEdit-related logistics code.

  • Oddwarg Oddwarg committed [39e897] on Code

    Fixed programming error in unused code in VertexAttribute

  • Oddwarg Oddwarg committed [05c9c9] on Code

    Removed inverseLookAt function because it is untested and incomplete

  • Oddwarg Oddwarg committed [eaab10] on Code

    Rewrote HScrollbar equations to not require long ints

  • Oddwarg Oddwarg committed [aec1df] on Code

    Added mouse pointer warping function. AtlasLoader is now more extensible and added support for repeating (non-atlased) textures. ThreadFuture can now do Runnables in addition to Callables.

  • Oddwarg Oddwarg committed [845b85] on Code

    Added support for orthographic projections and improved biasing and cascade distribution algorithms

  • Oddwarg Oddwarg merged merge request #4 on Code

    Improved french translation

  • Oddwarg Oddwarg committed [fb0f6a] on Code

    WIP on junkyard, canyon and soup witch quests.

  • Oddwarg Oddwarg committed [30cbfc] on Code

    WIP on desert town events & moved squag's room. GateBlock now has suggestions for the level/gate fields. Talk sound pitches are now deterministic. Improved camera scripting api. autoIn.dy now longer affects camera during cutscenes.

  • Oddwarg Oddwarg committed [7e89f3] on Code

    Added shader reloading function. Added CSM biasing options to config. Picked better format for normal buffer.

  • Oddwarg Oddwarg committed [c5c31d] on Code

    Updated editor code to match library changes

  • Oddwarg Oddwarg committed [651cc5] on Code

    Added mechanism to provide suggested values for string properties.

  • Oddwarg Oddwarg committed [8ab8b0] on Code

    Normal maps now use SNORM format

  • Oddwarg Oddwarg committed [fb2241] on Code

    ArrayTexLoader subclasses can now change the data type for textures

  • Oddwarg Oddwarg committed [338766] on Code

    Updated code to match library changes

  • Oddwarg Oddwarg committed [a4d1aa] on Code

    ArrayTexLoader now takes GL instead of GLDrawable argument so it can be used with DebugGL

  • Oddwarg Oddwarg committed [26eeab] on Code

    Fixed bugs in the computation of mipmap sizes. Fixed bug where a shader coverage error was raised if a uniform covered by a regular uniform parameter was declared in a uniform block.

  • Oddwarg Oddwarg committed [cbcbad] on Code

    Complete reimplementation of bloom effect

  • Oddwarg Oddwarg committed [2e33ca] on Code

    Updated code to match library changes

  • Oddwarg Oddwarg committed [e6072e] on Code

    Added ability pickup for warp. Drop dash button can now be set separately from down. Updated documentation and dialogue accordingly.

  • Oddwarg Oddwarg committed [549cea] on Code

    Added some constructors for AttribParam and Uniform Param vectors. Added integer variants for AttribParam vectors. Fixed an error where shader coverage for uniform buffer objects could fail.

  • Oddwarg Oddwarg committed [0c4600] on Code

    Added script to generate native library for use with C code (currently amd64 only)

  • Oddwarg Oddwarg committed [4deeea] on Code

    Slightly changed the handling of default Mtls. Changed the default texture wrap mode in ArrayTexLoader. Added an unsorted variant of EntityPipelineStage.

  • Oddwarg Oddwarg committed [cc8b47] on Code

    Fixed a bug where reflections were not normalized in the lighting equations. Added support for image based ambient lighting (using the same environment maps as reflections).

  • Oddwarg Oddwarg committed [4a783f] on Code

    Added optional classes for use with Blunt. Moved demo code to separate source folder. Added optional Material utility classes. Moved opaque material shaders from mat to opq. Bitangent handedness can now be expressed by placing -1 or 1 in the w component of the tangent. Fixed an error where normal maps were incorrectly generated if yMult != 1.

  • Oddwarg Oddwarg committed [c25bea] on Code

    Rewrote some light related code to use mutable vector objects

  • Oddwarg Oddwarg committed [2ef50d] on Code

    Added Vector3DMutable.set(array) functions

  • Oddwarg Oddwarg committed [873a64] on Code

    Fixed bug where it was possible to climb into a DronePallet and die. Added back jorbis to export script since clip loader still depends on it.

  • Oddwarg Oddwarg committed [6d3c4a] on Code

    Fixed a potential memory leak where dispose hooks were not cleaned up when manually removing all relevant listeners from a listener list

  • Oddwarg Oddwarg committed [e290f4] on Code

    Regenerated release

  • Oddwarg Oddwarg committed [7e4b11] on Code

    Updated linux build scripts and regenerated linux binaries

  • Oddwarg Oddwarg committed [da0a67] on Code

    Added dllexport/dllimport to tinycthread and regenerated windows binaries

  • Oddwarg Oddwarg committed [b7c9ca] on Code

    Added dsp error code for division by zero (instead of crashing program)

  • Oddwarg Oddwarg committed [2df707] on Code

    Fixed a segmentation fault caused by misaligned floats combined with SSE compiler optimisation when loading a DSP program with a size not a multiple of 4 and using the mono sound model. Regenerated windows binaries.

  • Oddwarg Oddwarg committed [076083] on Code

    Fixed harmless goof where FramebufferObject.setAttachments would sometimes pass extra empty elements to glDrawBuffers

  • Oddwarg Oddwarg committed [3578ef] on Code

    Regenerated animal.bvhs with channel pruning to reduce file size. WIP on the worm

  • Oddwarg Oddwarg committed [b69054] on Code

    Modified build scripts to make tinycthread a separate dll

  • Oddwarg Oddwarg committed [d7aa28] on Code

    Eliminated an unnecessary memory allocation in Shaders.link. Fixed a bug where Uniform Blocks were not handled correctly by the shader coverage test.

  • Oddwarg Oddwarg committed [6dbf75] on Code

    Fixed a bug where auto arrays were not initialized correctly

  • Oddwarg Oddwarg committed [1da172] on Code

    Fixed incorrect number of bytes copied in read(ByteBuffer). Added optional ca-soundfile implementation.

  • Oddwarg Oddwarg committed [6656e0] on Code

    Improved documentation and changed border case in Vector->isMultipleOf

  • Oddwarg Oddwarg committed [467b4a] on Code

    WIP on ground water facility. Script.inst methods now throw instead of returning null. Fixed collision bug with teleporters. Fixed interpolation bug in markerrect. Added triggerbox. And gate now has option to reject until the trigger actually happens. Ripples are now shared between Waters.

  • Oddwarg Oddwarg committed [9e0008] on Code

    Fixed bug where status bar did not respect selectability. Status bar now updates when selectability changes or an edit is made. Object properties panel now displays the object type.

  • Oddwarg Oddwarg committed [a2f72a] on Code

    WIP on ground water facility / canyon. Implemented ground water facility boss. Replaced JOrbis with DecVorbis for performance reasons. Reduced Sucker anchor chain jiggle upon entering the room. Modified terrain collisions when underwater without dive ability. Sketched out accessibility/cheat settings. CameraSubLimits trigger can now optionally move the camera in a straight line. Added function to get all active Ports on a PortContainer and updated enemy code as necessary. Fixed broken car obj...

  • Oddwarg Oddwarg committed [4debe0] on Code

    Added ARGB function to modulate one color with another

  • Oddwarg Oddwarg committed [9e2e10] on Code

    Regenerated native demo program linux binaries for good measure

  • Oddwarg Oddwarg committed [4ff628] on Code

    Merge with c2d9335b56320694cfa3cb9e506ba309d1ac191f

  • Oddwarg Oddwarg committed [c419b1] on Code

    Regenerated windows builds again

  • Oddwarg Oddwarg committed [7c62c9] on Code

    Regenerated windows builds

  • Oddwarg Oddwarg committed [265f5e] on Code

    Updated windows build scripts and regenerated windows binaries. Added bin to hgignore. DecVorbisDemo now prints the library file path. Fixed incorrect demo file name in vftest.c, and added separate outputs for different platforms for this program. Removed dependency on fseeko64 on windows.

  • Oddwarg Oddwarg committed [c2d933] on Code

    Fixed an error where memory was not properly cleared upon opening more than 4 simultaneous streams

  • Oddwarg Oddwarg committed [3471b0] on Code

    Initial import

  • Oddwarg Oddwarg committed [35c0bc] on Code

    WIP on ground water facility.

  • Oddwarg Oddwarg committed [085f94] on Code

    Added redundant error check in EnumUtil

  • Oddwarg Oddwarg committed [89d90e] on Code

    Added notice in water temple if fladimir would be present but is busy with oil spill

  • Oddwarg Oddwarg committed [a1b6a8] on Code

    Added oil spill cleanup event and expanded fladimir and ducky interactions. Added floating Barge object. Added rollit and piok graphics. Improved Bed object scriptability. Reduced code duplication across pushable objects. Added listener list for level stop event. WIP on ground water facility. Renamed some shaders for consistency. Changed default option specification for message boxes to be more consistent with option return value. Improved scriptability of NPC navigation objects. Added utili...

  • Oddwarg Oddwarg committed [261e28] on Code

    Added double deletion guard in ClearLevel

  • Oddwarg Oddwarg committed [91b01f] on Code

    Updated midi renderer. WIP on ground water facility. Added Sucker enemy. Ledge grab is now cancelled if the ledge floor rotates to become a wall. Fixed broken normals for several ledge implementations. Added movable/spinnable polygon terrain variant. Added bucket wheel object. Parallax object now has a manual override bitmask for limits. Removed useless arraylist in PolygonTerrain. Terrain tracing now ignores nonsolid terrains. Reduced chance of getting crushed due to scrimmy bingus.

  • Oddwarg Oddwarg committed [afc210] on Code

    Rebuild paint brush plugin

  • Oddwarg Oddwarg committed [e2abd0] on Code

    regenerated windows binaries and adjusted buffer sizes for demo programs

  • Oddwarg Oddwarg committed [c55069] on Code

    Added InputStream implementation in main source folder. Restructured demo files and added javasound demo program. Added native function to check if playback has stopped.

  • Oddwarg Oddwarg committed [ec90f0] on Code

    Updated code to match competent audio changes

  • Oddwarg Oddwarg committed [15de89] on Code

    Changed to a freeware soundfont and switched from gervill to jtinymidi for performance reasons. Updated music stream classes to competent audio changes.

  • Oddwarg Oddwarg committed [9e69b8] on Code

    Regenerated windows binaries

  • Oddwarg Oddwarg committed [6249c1] on Code

    Fixed a bug where the playback position was not reset when reusing a handle

  • Oddwarg Oddwarg committed [4073ab] on Code

    regenerated linux binaries

  • Oddwarg Oddwarg committed [4f4ed3] on Code

    Fixed playback bug introduced in previous commit and regenerated windows binaries

  • Oddwarg Oddwarg committed [d3f52e] on Code

    Added function to get the length of the midi file and cleaned up native library loading code

  • Oddwarg Oddwarg committed [81cce0] on Code

    Added bin to hgignore

  • Oddwarg Oddwarg committed [d53a37] on Code

    removed bin folder

  • Oddwarg Oddwarg committed [7f72f7] on Code

    Fixed windows build scripts and added windows binaries. Updated library to work with Java 1.6.

  • Oddwarg Oddwarg committed [2f06aa] on Code

    Initial import

  • Oddwarg Oddwarg committed [c9f6c9] on Code

    Regenerated release

  • Oddwarg Oddwarg committed [e6eec3] on Code

    Added read(ByteBuffer) method to AudioDecoderStream

  • Oddwarg Oddwarg committed [8884a6] on Code

    Exposed fields in CAClip and added no-args constructor.

  • Oddwarg Oddwarg committed [e76b27] on Code

    WIP on ground water facility and added music. Added purified oil rig music and machinery disablement triggers. Delivery drone can now be disabled. Added light flicker sfx. Implemented manual camera tuning for testing. Unimplemented frame skipping to avoid glitches with dirty 60Hz monitors (e.g. 59.9Hz).

  • Oddwarg Oddwarg committed [8ca001] on Code

    Constructed upper levels for oil rig. Oil rig can now be hacked. Improved map cohesion. Added ability pickup (for debugging only). Spinner can now be disabled. Gate objects now have a convenience function for flipping the source and destination (e.g. after a copypaste to a different level). TracelessGround now respects the PaintMap property. Pistons now have a crushPrevention property and will push in the expected direction if a crush is prevented. Fixed unnamed platforms for CanyonWheel. Adj...

  • Oddwarg Oddwarg committed [5f55d2] on Code

    Fixed an error caused by dying before reaching the first save point on a non-debug save file. Changed the mechanism for resetting singletons (entities can now also be resettable).

  • Oddwarg Oddwarg committed [6c7fe5] on Code

    Removed bad formatting code in number editor

  • Oddwarg Oddwarg committed [fd01dd] on Code

    Revised last change to encourage separation between game logic and rendering for practical purposes

  • Oddwarg Oddwarg committed [938208] on Code

    Deleted Pipeline and separated BluntState implementations to better support implementations without frame rate independence

  • Oddwarg Oddwarg committed [7577c3] on Code

    Reduced garbage generation in VertexArrayObject

  • Oddwarg Oddwarg committed [88b6e9] on Code

    Implemented oil rig boss battle. Fixed collision bugs where it was possible to fall into geometry and through catwalks with sufficient speed.

  • Oddwarg Oddwarg committed [b9d922] on Code

    WIP on megadrone boss. Changed shading on oil rig tilesets. Reduced code duplication between PhysicsObjects by using PhysicsTracer. Anchor is now more reusable. Fixed recently introduced graphical glitch in deathstate. CatwalkSegments can now have a custom threshold for snapping vertically.Changed SpriteMask interface to reduce vector allocations.

  • Oddwarg Oddwarg committed [7a3d16] on Code

    BluntEngine implementations can now change how the actual fps target is calculated based on the fps property

  • Oddwarg Oddwarg committed [5d4bfa] on Code

    Player profile picture is now included in the player texture. BackgroundTile is now Mutate-compatible with Ground. Fixed recently introduced problem where map areas were likely to overlap. Changed camera offset tuning. Added path from toll road to oil rig.

  • Oddwarg Oddwarg committed [b6a27e] on Code

    Added crude mechanism for allowing the Mutate function to try alternative names when converting a property

  • Oddwarg Oddwarg committed [3dd284] on Code

    Added no-args constructors for surfacepointfuncs, worm can now be touched. Fixed drone depot mirroring bug, incorrect abilityitem text.

  • Oddwarg Oddwarg committed [2fbb97] on Code

    Added float array vector objects

  • Oddwarg Oddwarg committed [451ce1] on Code

    Hemmaball can now be nudged with the interact button. Implemented warp ability and serialization of SurfacePoints.

  • Oddwarg Oddwarg committed [56bf45] on Code

    Disabled fps limiter when vsync is on. Changed camera pixel offset tuning. MapState no longer reuses the same vertex buffer multiple times during a frame. Fixed bed bugs

  • Oddwarg Oddwarg committed [9b9637] on Code

    Changed map floating algorithm to improve coherence. Implemented DeliveryDrone/DroneDepot behaviours. Player can now be crushed by drone boxes. Added a workaround for a player collision bug with moving platforms. Some minor code cleanup.

  • Oddwarg Oddwarg committed [51b680] on Code

    Added and fixed some icons

  • Oddwarg Oddwarg committed [27f8f0] on Code

    BluntEngine now accepts BluntState classes with constructors taking any superclass of the actual engine class as the parameter

  • Oddwarg Oddwarg committed [7383bb] on Code

    Added camera movement cutscenes for toll road doors opening. Added some missing character models. WIP on water town.

  • Oddwarg Oddwarg committed [ab9829] on Code

    WIP on oil platform/drone mechanics

  • Oddwarg Oddwarg committed [00743d] on Code

    Patched recently introduced error during intro, and fixed broken warning prevention in graphics settings

  • Oddwarg Oddwarg committed [cfadd6] on Code

    Update CA lib

  • Oddwarg Oddwarg committed [5714f6] on Code

    Removed censor related code

1 >