index
:
tibia/game
master
Tibia 7.7 decompiled game server
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reference
Commit message (
Collapse
)
Author
Age
*
more work on `operate.cc`
fusion32
2025-06-12
|
*
some announce functions
fusion32
2025-06-11
|
*
first look at `operate.cc`
fusion32
2025-06-11
|
*
finish `info.cc`
fusion32
2025-06-10
|
*
most `info.cc` functions
fusion32
2025-06-10
|
*
finish `cract.cc`
fusion32
2025-06-09
|
*
impl `TCreature::Move` which was absolute hell + some tidying up
fusion32
2025-06-08
|
*
more `cract.cc` functions
fusion32
2025-06-08
|
*
implement monster raids
fusion32
2025-06-07
|
*
race loading
fusion32
2025-06-07
|
*
implement TFindCreatures and KillStatistics
fusion32
2025-06-07
|
*
some work on `crmain.cc` and `cract.cc` + merge creature headers
fusion32
2025-06-06
|
*
declare all creature types
fusion32
2025-06-05
|
*
merge creature headers
fusion32
2025-06-05
|
*
finish `magic.cc`
fusion32
2025-06-05
|
*
finish most spells
fusion32
2025-06-04
|
*
more spells
fusion32
2025-06-04
|
*
more spells
fusion32
2025-06-03
|
*
more spells
fusion32
2025-06-03
|
*
impl some spells and create `info.cc`
fusion32
2025-06-02
|
*
use `Actor` instead of `Creature` with spell functions
fusion32
2025-06-02
|
*
more work on spell primitives
fusion32
2025-06-01
|
*
magic init functions
fusion32
2025-06-01
|
*
impl TCreature::Damage + overall improvements
fusion32
2025-05-31
|
*
done with `crcombat.cc`
fusion32
2025-05-31
|
*
more work on `crcombat.cc`
fusion32
2025-05-30
|
*
finish `strings.cc` impl
fusion32
2025-05-29
|
*
impl `strings.cc`
fusion32
2025-05-29
|
*
impl all remaining containers
fusion32
2025-05-28
|
*
finish objects.cc
fusion32
2025-05-28
|
*
impl RefreshSector and PatchSector (WTF)
fusion32
2025-05-27
|
*
impl Cron and most `map.cc` functions
fusion32
2025-05-26
|
*
more object functions
fusion32
2025-05-26
|
*
linux Makefile + fix most compilation problems
fusion32
2025-05-25
|
|
|
|
|
|
|
I wanted to see if the compiler had any problems with the code so far and added a few stub definitions so that each file would properly compile. We still fail when linking but we're able to to find and fix compile time errors.
*
halfway of `map.cc` and start of `objects.cc`
fusion32
2025-05-24
|
*
implement `SaveFile`
fusion32
2025-05-22
|
*
implement TWriteStream, T(Dynamic)WriteBuffer, and TWriteBinaryFile
fusion32
2025-05-22
|
*
implement TReadStream, TReadBuffer, and TReadBinaryFile
fusion32
2025-05-22
|
*
implement threading API
fusion32
2025-05-22
|
*
implement TWriteScriptFile
fusion32
2025-05-22
|
*
implement script lexer
fusion32
2025-05-22
|
*
implement `config.cc`
fusion32
2025-05-20
|
*
implement `main.cc`, `shm.cc`, and `time.cc` + overall tweeks
fusion32
2025-05-20
|
*
implement `matrix` and move containers into their own directory
fusion32
2025-05-18
|
*
remove code from reference files to get an idea of the progress
fusion32
2025-05-18
|
*
initial commit - getting at TSkill structs
fusion32
2025-05-16