Skip to content

Commit

Permalink
update readme for v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kochol committed Jan 16, 2021
1 parent d86f98d commit 7084be0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions Beef/deps/Atma.Json
Submodule Atma.Json added at 3d6a65
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ done! it's ready to rock.

## ![block heroes](https://github.com/kochol/ariyana/raw/master/docs/images/logo2.jpg) Block heroes

It's a multi player tetrix like game.
It's a multi player tetrix like game.

[![Github](https://cdn3.iconfinder.com/data/icons/social-media-2169/24/social_media_social_media_logo_github_2-64.png)](https://github.com/kochol/blockheroes)
[![Game jolt](https://upload.wikimedia.org/wikipedia/en/thumb/c/c4/Game-jolt-logo.svg/200px-Game-jolt-logo.svg.png)](https://gamejolt.com/games/blockheroes/515039)
[![Discord](https://img.icons8.com/fluent/1x/discord-logo.png)](https://discord.gg/RmKWW45)
[![Twitter](https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter_colored_svg-64.png)](https://twitter.com/BlockHeroes)
Expand All @@ -81,6 +82,16 @@ It's a multi player tetrix like game.

# Changes

## Ariyana Game Engine 0.7

- Fix memory leak in component system
- Support [AtlasC](https://github.com/septag/atlasc) atlas maker
- Add SpScQueue in Beef to support Beef realtime leak detection
- Modular the engine from Beef side. Now you can only add the parts that you need
- Limit the user actions for profile server
- Add [basisu](https://github.com/BinomialLLC/basis_universal) texture support
- Add cubemap, 2d array and 3d texture support

## Ariyana Game Engine 0.6

- Add ImGui support in Beef and ScriptGui for building custom GUI components from Beef
Expand Down
2 changes: 1 addition & 1 deletion src/gfx/private/glfw/gfx_glfw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace ari

bool SetupGfx(GfxSetup& setup)
{
io::WindowHandle window = io::CreateAriWindow(setup.window, "Ari 0.6");
io::WindowHandle window = io::CreateAriWindow(setup.window, "Ari 0.7");
if (!window.IsValid())
return false;

Expand Down

0 comments on commit 7084be0

Please sign in to comment.