sledge icon indicating copy to clipboard operation
sledge copied to clipboard

An open source alternative to Valve's Hammer Editor for the Goldsource engine. (No longer in development)

Results 87 sledge issues
Sort by recently updated
recently updated
newest added

I know currently there's no support for any model format with embedded texture data, but OBJ is the most common format (and what is supported) it would be cool if...

enhancement

When I first start Sledge.MinimalEditor the application is scaled properly and works fine ![](http://sharex.maciejraymarcin.j.pl/u/18.07.04-16.43.01.44.png) When I create a new level, the DPI scaling gets disabled somehow ![](http://sharex.maciejraymarcin.j.pl/u/18.07.04-16.44.21.f4.png)

bug
help wanted

I know that Sledge is being developed and important features are yet to be implemented (such as Source support) but do you plan to make a portable version (as in...

enhancement

`Sledge.Providers/GenericStructure.cs:635` - if `reader` doesn't have any more data, it returns `null`. `String.IsNullOrWhiteSpace(null)` is `true`, so the loop will never end. You could add something like: ``` if (line ==...

bug

Fixed a bug that prevented the game from starting unless "Ask before running the game" was checked. Code has just been moved outside the "batch.Build.AfterAskBeforeRun" if-block.

- Supports quake and hexen 2 (they both use WAD2, with the palette in gfx/palette.lmp, but the palette colors are different) - Handles different open documents using different palettes correctly...

I noticed that doing Shift+Drag to clone brushes with the Select Tool wasn't using texture lock, even if texture lock was enabled. The cause was, face.Texture.Texture was null when the...

In very specific positions (within only a few fractions of a unit), the generated decal geometry is very odd: ![Screenshot](https://cloud.githubusercontent.com/assets/3071180/9221831/83b16f58-4130-11e5-99be-e8c91899ae9d.PNG) This object replicates the bug: ``` clipboard { solid {...

bug

This issue will track implementation of VTF textures. - Loading of VTF formats - VTF has several different texture compression formats - Complete: Most 8888s, most 888s, DXT1, DXT5, UV88,...

enhancement

I want to use Sledge for Unreal Engine 4, however UE4 uses a base 10 grid size and Source uses base 2. Could you simply stop the grid size box...

enhancement