@CapT: I found the issue in that map, it's because the skybox is hidden with a visgroup. I'm not hiding visgrouped objects properly on load, so I need to fix that.
Edit: New release! Just start the program to do the auto-update or download it manually and do it that way.
Change list:
- The updater prompts for UAC (as it needs to overwrite application files)
- Implemented autosaving
- Add "toggle ignore grouping" hotkey. Fixes #20.
- Check that a solid entity exists before tying to entity. Fixes #24.
- Switch to GLSL 130 (OpenGL 3.0) in an attempt to support older hardware
- Fix concurrency error where NULLs were sneaking into the selection
- Fixed the settings to use AppData so it doesn't need the UAC prompt
- Added tooltip text when hovering over tool buttons
- Added hotkeys to switch between tools. Fixes #28.
- Added arrow key nudging, and some icons updated. Fixes #21.
- RMF implementation was generating invalid files. Fixes #31.
- VMF was saving the Auto visgroup to the disk. Fixes #33.
- Hide children if their parents are visgroup hidden. Fixes #30.
- Update to 0.1.0.5 - fixes #27.