Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PathFinder status
Post: RE: Implementing PathFinding

The server crashes on my pc :/ Quote: -- Thread 9 (Thread 0x7ffff2438700 (LWP 11765)): #0 0x00007ffff6bf6e37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x0...
Howaner Development 225 175,944 05-03-2015, 08:42 AM
    Thread: Asynchronous tasks
Post: Asynchronous tasks

It is possible to run things asynchronly (in a other thread) and go back to synchronous (/ callbacks)? I need this because I want to do database requests and one requests took 0.2 - 1.2ms. My impl...
Howaner Plugin Discussion 25 21,683 03-11-2015, 05:58 AM
    Thread: MCServer Test
Post: RE: MCServer Test

NiLSPACE Wrote: (03-10-2015, 07:08 AM) -- I think we should investigate the "Warn [18:33:01] cBlockArea: BlockTypes have not been read!". I don't think it's responsible for the crash, but something i...
Howaner Discussion 8 9,673 03-10-2015, 07:29 AM
    Thread: MCServer Test
Post: MCServer Test

Today I tested MCServer with 140 online players. (I moved many peoples from the spigot lobbies to MCServer :D) It works really good without crashes and 20 tps. But I found little problems:I think we ...
Howaner Discussion 8 9,673 03-10-2015, 06:51 AM
    Thread: Random Chitchat 2012-2016
Post: RE: What we're doing

The builds are broken on Debian 7. Whats wrong? Code: -- Linking C static library lib/libevent_extra.a [ 32%] Built target event_extra [ 33%] Building CXX object src/OSSupport/CMakeFiles/OSSupport.d...
Howaner Off Topic Discussion 4,863 3,706,485 02-09-2015, 02:38 AM
    Thread: Network API
Post: RE: Network API

worktycho Wrote: (02-08-2015, 04:17 AM) -- What do you need VarInts for? I can understand the fixed length types but VarInts seemed like a Minecraft specific encoding. Lack of helpers for buffering a...
Howaner Development 143 113,760 02-08-2015, 05:43 AM
    Thread: Network API
Post: RE: Network API

xoft Wrote: (02-08-2015, 03:05 AM) -- Tell me what you think about the cNetwork et al Lua API documentation, is it sufficient? http://mc-server.xoft.cz/LuaAPI/cNetwork.html -- I miss a byte buffer :...
Howaner Development 143 113,760 02-08-2015, 03:52 AM
    Thread: The Gallery server
Post: RE: The Gallery server

Or create a symlink. Code: -- ln -s $remotePath/$targetFolderFormat/$packedFileName $remotePath/latest.7z --
Howaner Servers 294 234,728 02-05-2015, 03:57 PM
    Thread: Porting Java-based mods to Lua
Post: RE: Porting Java-based mods to Lua

[shcode=lua]function Initialize(Plugin) Plugin:SetName("JavaVM") Plugin:SetVersion(1) -- Hooks cPluginManager.AddHook(cPluginManager.HOOK_WORLD_STARTED, function(World) ...
Howaner Plugin Discussion 10 10,907 01-13-2015, 04:14 PM
    Thread: ProtectionAreas (built-in)
Post: RE: ProtectionAreas (built-in)

xoft Wrote: (12-18-2014, 08:39 PM) -- Sorry, I don't understand your bug report. Can you try breaking it into small short sentences? Possibly add your native language original (Russian, right?), I un...
Howaner Plugin Releases 62 61,624 12-18-2014, 08:57 PM
    Thread: Spawn Mob problem
Post: RE: Spawn Mob problem

This is a bug in tolua ... Code: -- int tolua_iseMonsterType (lua_State* L, int lo, int def, tolua_Error* err) { if (!tolua_isnumber(L,lo,def,err)) return 0; lua_Number val = tolua_tonumber(L,lo,def...
Howaner Plugin Discussion 7 6,536 12-17-2014, 06:35 AM
    Thread: HungerGames
Post: RE: HungerGames

STR_Warrior Wrote: (12-04-2014, 05:53 AM) -- I'm not sure what "Gamemode" is. -- I think he means the game + arena name. This looks like "HungerGames 1" (1 as a example for arena name)
Howaner Plugin Releases 93 82,854 12-05-2014, 07:33 AM
    Thread: Low TPS
Post: RE: Low TPS

Can you test the latest version?
Howaner Discussion 21 18,054 11-17-2014, 11:36 PM
    Thread: Low TPS
Post: RE: Low TPS

Maybe your friend have a real high view distance?
Howaner Discussion 21 18,054 11-16-2014, 05:23 AM
    Thread: Windows 2003 Server
Post: RE: Windows 2003 Server

lycaner Wrote: (11-01-2014, 11:47 PM) -- Hi Howaner, danke für die Einführung, ja es gibt ne GUI, leider auch noch. Aber mit der cmake musste mann zuerst noch von hand den PATH setzen und dann ge...
Howaner Discussion 15 12,593 11-02-2014, 09:21 AM
    Thread: Windows 2003 Server
Post: RE: Windows 2003 Server

lycaner Wrote: (11-01-2014, 10:08 PM) -- Hi xoft, sorry, for my questions. I willo you not disturb to much. I have now Lua++ cmake'd and in the LIB Folder the * PolarSSL * SQLiteCpp Now it's comme ...
Howaner Discussion 15 12,593 11-01-2014, 10:40 PM
    Thread: Windows 2003 Server
Post: RE: Windows 2003 Server

Oh, du bist deutscher? :)
Howaner Discussion 15 12,593 11-01-2014, 10:53 AM
    Thread: Random Chitchat 2012-2016
Post: RE: What we're doing

I used bplaced (http://www.bplaced.net/?lang=en) 1 year ago.
Howaner Off Topic Discussion 4,863 3,706,485 10-31-2014, 01:15 AM
    Thread: The Gallery server
Post: RE: The Gallery server

monowii Wrote: (10-29-2014, 04:12 AM) -- The server is down ? -- The server is running with a old MCServer version. You need to join with a 1.7 client.
Howaner Servers 294 234,728 10-29-2014, 04:44 AM
    Thread: I'd like to write a plugin to do x but there is no hook for it
Post: RE: I'd like to write a plugin to do x but there i...

Or HOOK_PLAYER_HEALTH_REGENERATION ?
Howaner Development 11 10,109 10-27-2014, 02:42 AM