Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Random Chitchat 2020-2024
Post: RE: Random Chitchat 2020-2024

Merry Christmas! (2025)
tigerw Off Topic Discussion 126 129,719 12-25-2025, 11:10 PM
    Thread: Random Chitchat 2020-2024
Post: RE: Random Chitchat 2020-2024

it's here! happy new year!
tigerw Off Topic Discussion 126 129,719 01-01-2025, 08:13 AM
    Thread: Random Chitchat 2020-2024
Post: RE: Random Chitchat 2020-2024

Merry Christmas everyone!
tigerw Off Topic Discussion 126 129,719 12-25-2024, 11:03 PM
    Thread: Android App
Post: RE: Android App

There's an auto-update function for the server component. The app itself relies on something external to update it. Official source http://download.cuberite.org/android
tigerw Discussion 10 19,752 04-03-2024, 01:49 AM
  Star Thread: Random Chitchat 2020-2024
Post: RE: Random Chitchat 2020-2023

time_t t = time(NULL); struct tm tm = *localtime(&t); std::cout
tigerw Off Topic Discussion 126 129,719 01-01-2024, 06:56 AM
    Thread: Random Chitchat 2020-2024
Post: RE: Random Chitchat 2020-2023

Sending y'all festive greetings, and best wishes for 2024! Merry Christmas everyone.
tigerw Off Topic Discussion 126 129,719 12-25-2023, 09:37 AM
    Thread: Random Chitchat 2020-2024
Post: RE: Random Chitchat 2020-2021

Wishing everyone a cosy and relaxing Christmas!
tigerw Off Topic Discussion 126 129,719 12-25-2022, 11:36 PM
    Thread: Random Chitchat 2020-2024
Post: RE: Random Chitchat 2020-2021

Merry Christmas everyone!
tigerw Off Topic Discussion 126 129,719 12-25-2021, 11:54 PM
    Thread: Docker on Raspberry Pi
Post: RE: Docker on Raspberry Pi

There is no official container as far as I'm aware, we provide precompiled builds here: https://download.cuberite.org/linux-armhf-raspbian/Cuberite.tar.gz Just extract and run, it's self-contained.
tigerw Discussion 1 4,573 10-14-2021, 06:24 AM
    Thread: Villages and changes in 1.14
Post: RE: Villages and changes in 1.14

For me, implementing a specification isn't overly exciting, the specification being the MC wiki; bearbin once bemusedly noted that most of the core contributors don't actually play the game, and for m...
tigerw Development 4 9,817 09-01-2021, 04:49 AM
    Thread: FedeAC - Cuberite Anticheat
Post: RE: FedeAC - IMPORTANT: Fixed fake detections!

Is it possible to add a warning if the settings.lua file is missing?
tigerw Plugin Releases 16 30,488 05-04-2021, 07:20 PM
    Thread: Features and missing features
Post: RE: Features and missing features

What does Spigot do when merging pickup items?
tigerw Development 133 231,167 04-19-2021, 04:38 AM
    Thread: Offering a spare server
Post: RE: Offering a spare server

Could I have your help in diagnosing what appear to be deadlocks on joining the server? We've a couple of issues open in the bugtracker but no reliable way to reproduce until now.
tigerw Servers 9 19,288 04-11-2021, 10:12 PM
    Thread: BedChanger
Post: RE: Bed Changer

Looks great!
tigerw Plugin Releases 3 8,372 04-10-2021, 02:58 AM
    Thread: KeepInventory
Post: RE: KeepInventory

I believe the code dealing with clearing inventory on death is in Player.cpp KilledBy
tigerw Plugin Requests 12 25,563 04-09-2021, 08:17 PM
    Thread: Chunk generator performance survey
Post: RE: Chunk generator performance survey

Nice, good to see that there haven't been any regressions from 2018! Congrats on actually finding stock for the processor...
tigerw Discussion 45 74,287 03-22-2021, 07:22 AM
    Thread: error
Post: RE: error

I don't know why it's crashing, someone would need to check first.
tigerw Discussion 8 12,753 03-09-2021, 10:15 PM
    Thread: 1.13 migration, aims & objectives
Post: RE: 1.13 migration, aims & objectives

There's already a BlockState struct in BlockState.h.
tigerw Development 8 12,809 03-09-2021, 10:14 PM
    Thread: error
Post: RE: error

Maybe https://github.com/cuberite/cuberite/issues/1853 I see a "ranks" open in the background
tigerw Discussion 8 12,753 03-07-2021, 08:07 AM
    Thread: short term storage of entitites
Post: RE: short term storage of entitites

I understand it's possible to bind field accesses, probably following what cBlockInfo does. The existing cItem::m_XXX stuff shouldn't be broken, agreed.
tigerw Development 3 7,007 02-01-2021, 08:48 PM