From bf0e5690a31d4c3cecd2ba512729a0b73989bbda Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 25 Jun 2018 15:50:58 +0300 Subject: Major refactoring Fix memleak in KeyMap, fix memleak caused by loading a yaml file in main.c. Change Copyright information. Rename functions.c and .h to engine.c and .h. Take field and shape related functions to separate file (still not all of them) and refactor them a lot. Refactor collision detection. Add more warnings. Add sanitizer option commented out. --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LICENSE.md') diff --git a/LICENSE.md b/LICENSE.md index a27360c..ba2432b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 - Copyright (C) 2004 Sam Hocevar + Copyright (C) 2018 Vladimir Novikov Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long -- cgit v1.2.3