From e09be0861e3579cbda30f5f700ad7746fe0fbb3e Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Sat, 4 Jul 2026 22:59:44 +0400 Subject: [PATCH 1/2] meow --- PEOPLES.md | 3 --- scripts/Particles.rb | 2 -- src/meow.cpp | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/PEOPLES.md b/PEOPLES.md index 2542085..040f0f1 100644 --- a/PEOPLES.md +++ b/PEOPLES.md @@ -13,9 +13,6 @@ Testers: * Rubik * Prime 223432 -External artists: -* "Ргинша" - Donators: * Kodu diff --git a/scripts/Particles.rb b/scripts/Particles.rb index 01a9ffb..f2c31fa 100644 --- a/scripts/Particles.rb +++ b/scripts/Particles.rb @@ -1,4 +1,3 @@ - class Particle def initialize(viewport, bitmap) @sprite = Sprite.new(viewport) @@ -7,7 +6,6 @@ class Particle @sprite.oy = bitmap.height / 2 self.x = rand(Graphics.width) self.y = rand(Graphics.height) - RPG::Mod.exec_hooks("hooks/Particle/main", binding) end # Link various things to the sprite diff --git a/src/meow.cpp b/src/meow.cpp index 002170c..a5ce310 100644 --- a/src/meow.cpp +++ b/src/meow.cpp @@ -137,7 +137,7 @@ void crash(Exception::Type t, const char *fmt, ...){ o << "[Hardware]" << std::endl; o << "L1 cache line size: " << SDL_GetCPUCacheLineSize() << std::endl; o << "number of logical CPU cores: " << SDL_GetNumLogicalCPUCores() << std::endl; - o << "System page size: " << SDL_GetSystemPageSize() << " bytes" << std::endl; + //o << "System page size: " << SDL_GetSystemPageSize() << " bytes" << std::endl; o << "System RAM size: " << SDL_GetSystemRAM() << " MiB" << std::endl; o.close(); }else{ From f2da37648bdbbb9069d936f9aa0ee02c1f93966e Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Sat, 4 Jul 2026 23:01:59 +0400 Subject: [PATCH 2/2] meow --- PEOPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PEOPLES.md b/PEOPLES.md index 040f0f1..61b227a 100644 --- a/PEOPLES.md +++ b/PEOPLES.md @@ -7,7 +7,7 @@ Programmers: Artists: * Issac332 * Creature_of_steel1 -* Dess +* DesMo Testers: * Rubik