Skip to content

Releases: sjoerdev/concrete

v0.9

24 Feb 10:25

Choose a tag to compare

v0.9 Pre-release
Pre-release
  • several important bug fixes
  • several minor improvements not worth mentioning
  • improved project readme and build instructions
  • refactored parts of the codebase for cleaner code
  • check dotnet sdk installation before building player
  • make editor builds self contained so runtime installation isnt required
  • remove redundant console reset button
  • better checking which components should be addable to a gameobject
  • fix components showing up multiple times in the add component dropdown
  • bump nuget package dependencies versions
  • change backslashes to frontslashes in csproj files
  • simplify csproj file globbing
  • store temporary concrete data in documents, not in temp
  • abstract away serialize attribute as SerializeMember for easier serializer switching
  • make scripts serializable by serializing public fields by default
  • update to dotnet 10 sdk
  • migrate from sln to slnx
  • move scriptcompiler to shared in order to make the scripts exist in the assembly before ceras deserialized them
  • put game's obj/ and bin/ inside hidden concrete project folder
  • combine script compiler and script manager
  • cross platform automatic hidpi scaling
  • make platform abstraction layer with make platform contract interface
  • add sdl3 as a platform backend implementation
  • fixed shader not found on linux due to case sensitivity

v0.8

10 Oct 11:54
8431c87

Choose a tag to compare

v0.8 Pre-release
Pre-release
  • several important bug fixes
  • editor icons using fontawesome
  • using imgui v1.92.0 with a new backend
  • dynamic and sharper font scaling
  • better right click context menus for files
  • auto opens script in vscode on double click
  • auto recompiles scripts when starting
  • allow dragging and dropping scripts

v0.7

02 Sep 23:24

Choose a tag to compare

v0.7 Pre-release
Pre-release
  • scripting autocompletion

v0.6

11 Aug 12:30

Choose a tag to compare

v0.6 Pre-release
Pre-release
  • several bug fixes
  • several small improvements
  • grid shader in scene view
  • more robust project saving

v0.5

07 Aug 18:29

Choose a tag to compare

v0.5 Pre-release
Pre-release
temp projects and project memory

v0.4

07 Aug 15:26

Choose a tag to compare

v0.4 Pre-release
Pre-release
fix source shipping on publish

v0.3

05 Aug 20:10

Choose a tag to compare

v0.3 Pre-release
Pre-release
rename example to game

v0.2

03 Jan 18:03
197a05e

Choose a tag to compare

v0.2 Pre-release
Pre-release
Update README.md

v0.1

21 Aug 13:23
a47961d

Choose a tag to compare

v0.1 Pre-release
Pre-release
update readme for release