aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2016-08-12CREATE_PROJECT: Add warning C4373 to ignore list for SCI enginePaul Gilbert
2016-08-09SCUMM: Add dutch airport demoBen Castricum
2016-08-05CREATE_PROJECT: Fix Xcode generator macOS targetColin Snover
2016-08-01DEVTOOLS: Add sentence sentence list for MaitreD to create_titanicPaul Gilbert
2016-08-01Merge pull request #786 from dreammaster/titanicEugene Sandulenko
TITANIC: Starship Titanic engine
2016-07-31TITANIC: Added DoorbotScript processPaul Gilbert
2016-07-31DEVTOOLS: Add entries sentence sets for Deskbot in create_titanicPaul Gilbert
2016-07-31DEVTOOLS: Properly set up PARROT_RANGES array in create_titanicPaul Gilbert
2016-07-30TITANIC: Added Bellbot common phrase list to create_titanicPaul Gilbert
2016-07-30TITANIC: Added BellbotScript processPaul Gilbert
2016-07-30DEVTOOLS: Compilation fix for create_titanic under gccPaul Gilbert
2016-07-29DEVTOOLS: Add NPC pre-response arrays to create_titanicPaul Gilbert
2016-07-30KYRA: Bump kyra.dat version for updated Italian EOB1 changesEugene Sandulenko
2016-07-30KYRA: Update eob1_dos_italian.h (#779)theruler
Minor translation changes from the creator of the original translation. Oldgamesitalia.net http://www.oldgamesitalia.net/forum/index.php?showtopic=21335&st=50
2016-07-28DEVTOOLS: Add updateState methods arrays to create_titanicPaul Gilbert
2016-07-27DEVTOOLS: Added handleQuote methods arrays to create_titanicPaul Gilbert
2016-07-24DEVTOOLS: Add NPC Script word lists to create_titanicPaul Gilbert
2016-07-24DEVTOOLS: Add secondary Barbot sentence data to create_titanicPaul Gilbert
2016-07-24CREATE_PROJECT: Fix MSVC compilationBastien Bouclet
Fixes #7173.
2016-07-24CREATE_PROJECT: Fix MSVC project filesEugene Sandulenko
2016-07-24CREATE_PROJECT: Hopewfully fix MSVC compilationEugene Sandulenko
2016-07-22DEVTOOLS: Save create_titanic bitmap resources with correct bitmap headersPaul Gilbert
2016-07-21Fix for bug #2687: BASS: Officer blunt wrong animationlavosspawn
This is the corresponding source change to create a fixed sky.cpt binary. The binary is exactly the same as the manually patched one attached to the bug ticket. In order to fix the bug while beint least invasive, I suggest replacing the binaries (the one from the ticket should be the new, official binary) and we will put a workaround in the code anyways to deal correctly with potentially outdated binaries floating around the web and linux distributions. The error was initially introduced with the long term conversion of Revolution's assembly sources to C++ sources, then to textual resource data and then a precompiled binary.
2016-07-20CREDITS: Add myself as developer for the drascula engineThierry Crozat
I forgot to do it when I rewrote big chunks of the engine code three months ago.
2016-07-15DEVTOOLS: Add second starfield points array to create_titanicPaul Gilbert
2016-07-15TITANIC: Adding starfield points loadingPaul Gilbert
2016-07-15TITANIC: Fix NPC handleQuote method stubsPaul Gilbert
2016-07-15DEVTOOLS: Add Bellbot range data to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Fix writing of sentence entries in create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Fix NPC Id mapping names in create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Add NPC Id mapping tables to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Add NPC sentence entry data to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Fixes for range data generation in create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added SuccUBus ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added Parrot ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added MaitreD ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added Liftbot ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added Doorbot ranges to create_titanicPaul Gilbert
2016-07-15TITANIC: Added Deskbot ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Start of script ranges addition to create_titanicPaul Gilbert
2016-07-15TITANIC: gcc compilation fixesPaul Gilbert
2016-07-15TITANIC: Set up loading of deskbot & bellbot script response listsPaul Gilbert
2016-07-15DEVTOOLS: Fixes to Deskbot responses in create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Add Bellbot script responses to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Completed tags list for DeskbotPaul Gilbert
2016-07-15DEVTOOLS: Adding Deskbot tags listPaul Gilbert
2016-07-15TITANIC: Added TTword isClass methodPaul Gilbert
2016-07-15TITANIC: Move replacement string arrays into TTparser, added NUMBERS arrayPaul Gilbert
2016-07-15TITANIC: Implement TTparser searchAndReplace methodsPaul Gilbert
2016-07-15DEVTOOLS: Creation of titanic.dat for holding static dataPaul Gilbert