ZeldaClassic.bundle

Original repo: https://github.com/ArmageddonGames/ZeldaClassic

Zelda Classic

Zelda Classic is a game and editing tool that lets you create custom Legend of Zelda quests.

Homepage: http://zeldaclassic.com

The homepage contains information about the latest release, links to the latest binaries, and a repository of custom quests for you to enjoy.

This repository contains the Zelda Classic source code, for use by the Zelda Classic developers and advanced users wanting to port ZC to new platforms. You do not need to download or compile the source if you want to play Zelda Classic or make quests on Windows, OS X, or (Debian) Linux.

Building the Source

Because of Zelda Classic's extended development history and dependency on legacy libraries, the build process is somewhat involved. The instructions here are not comprehensive, but are intended to help you get started.

General Comments

1)) Zelda Classic uses CMake to build the source. Before getting started, you will need to install CMake (version 3.5 or later.) The scripts have been tested on the following operating systems and toolchains:

  • Windwos XP with MSVC 2008
  • Windows 10 with MSVC 2016
  • Ubuntu 16.04 with g++ 5.4

You may need to tweak the configuration settings for other platforms.

2)) The Zelda Classic project includes three executables and one library:

  • the zcsound library, which is used by all the other binaries;
  • zelda, the Zelda Classic player;
  • zquest, the Zelda Classic level editor;
  • romview, a utility for ripping tiles from SNES ROMs.

The included build scripts will build all four targets.

3)) Included in this repository are pre-built libraries for many of ZC's dependencies, including Allegro and several Allegro add-on libraries for handling sound. These binaries are included for the most common platforms for convenience of the developers, but if you are using a different operating system or toolchain you may need to rebuild these binaries from source. There are (currently) no automated scripts for doing this, but the source packages are included in the /other directory.

Zelda Classic requires a modified version of the Allegro 4.2.2 library. Again, pre-built library binaries are available in /libs, and if you need to rebuild the library from source, it is contained in ./allegro/fixed/all422-fixed.zip. A stripped-down version of the fixed library, containing only the header files needed to compile ZC, is in ./allegro. Do not try to link Zelda Classic against the standard 4.2.2 Allegro library. You must use the pre-built binaries, or the modified source.

4)) Zelda Classic works only when compiled for a 32-bit architecture (but the compiled binaries will run fine on 64-bit operating systems.) This means that to successfully compile ZC, you must set your compiler to generate 32-bit code, and you must obtain 32-bit versions of all external libraries (or build them yourself from source). For example, on 64-bit Ubuntu you may need to install the packages g++-multilib, libx11-dev:i386, libxext-dev:i386, libxcursor-dev:i386, libxxf86vm-dev:i386, libxpm-dev:i386, libasound2-dev:i386, and possibly others. If you are getting linker errors, check carefully for messages about binary incompatibility with the external libraries.

5)) The ZScript parser included with ZQuest uses Flex and Bison to auto-generate its source code. You must download and install Flex and Bison to compile ZQuest with ZScript support. If you do not have these tools, compilation will not fail, but CMake will issue a warning and your ZQuest binary will be compiled without the ability to compile ZScripts.

For Windows user, win-flex and win-bison will work fine. Be sure to add the folder containing the binaries (e.g. win-flex.exe) to your PATH environment variable.

CMake will issue a warning if it cannot find Flex or Bison on your system.

Quick-start: Windows with MSVC

Download CMake and run the CMake GUI. It will prompt your for the location of the source code, and the location in which to build the binaries. Specify the root (the folder containing this file) for the former and the build folder for the latter.

Click "Generate." This will create a Visual Studio project file for you in the build directory. You can then open up the project file in MSVC and do editing/compilation/debugging in MSVC. You do not need to touch CMake again unless you want to change project configuration options or add/remove source files.

Quick-start: Linux with gcc

Ensure you have CMake 3.5+ install and execute the following commands:

cd build
cmake ..
make

Binaries will be created in the build folder.

Running the Compiled Binaries

The compiled binaries will not run on their own without support files. These files are not (currently) included in this repository, due to copyright concerns. To run the compiled source, download the latest binary package from the project homepage, and copy the binaries from build into a folder also containing all of the data files from the binary package.

Contributing to Zelda Classic

We encourage third-party submission of patches and new features! If you're interesting in contributing to Zelda Classic's development, please read the CONTRIBUTE file.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.


Download links:

http://turbobit.net/tplws5m5cgtv.html

https://www94.zippyshare.com/v/QGJR9VzK/file.html

https://openload.co/f/kR4zGPsAHDQ

https://nitroflare.com/view/5BF0D9B7B94E992

https://mega.nz/#!G2YXGSLS!baCTM3HtfpFMM8oXtJkbkjfR-uy1pMHM_d5wsfrMlx0

https://drive.google.com/file/d/1zpJHtTsLBsLWvq-_ie-QkijA58T0Kapa/view?usp=sharing

https://www.mediafire.com/file/oljup3mw3lm1mnu/ZeldaClassic.bundle/file

Refs:

12d0ee0dfbc0417b9193242d33c16451b9fa2229        HEAD
45892b81fda06c6c4a0980c1f31e4336ac3da392        refs/tags/Beta-10
ba48e4adf689894f490db502c5fd7a46c7b1a31b        refs/tags/Alpha-34
9bb15b3ff7af9b5463e80f87df747a3aca3e7597        refs/tags/2.55-alpha-27
aea1a5ef918c345b3537f545b5c37f63d6700340        refs/tags/2.55-alpha-26
e68f5e6950b38096683a988d5275ec8af0c99dab        refs/tags/2.55-alpha-1-p9
99d3c24b6f12608779fab758bc6834765f4ed8b5        refs/tags/2.55-Alpha-21
25c0f9c27818bc13442adcf538a4ec6de4f89117        refs/tags/2.54-Alpha-9
5a1b022ec17005ddc67ef234e34a36e9f68225e7        refs/tags/2.54-Alpha-7
f4859318c5c3d8ed9af3cef940204480d52b0c51        refs/tags/2.54-Alpha-6
27bbc37cf3fdae2d59bce1a74f2fc15000f25fb0        refs/tags/2.54-Alpha-5
25bd0c72a95907b4f5d527fb917055db2757c0e4        refs/tags/2.54-Alpha-4
8e7777243393067b87fab766aaef1e8aaeee1a48        refs/tags/2.54-Alpha-3
fc25d747126ecf0abbbcde2709efe7664c2a2f8c        refs/tags/2.54-Alpha-21
d39d0ae2ae4880cc4cc92a453542e01e547e766c        refs/tags/2.54-Alpha-2--early
05c8558a6316bc7209edbcedc561b9745a27a479        refs/tags/2.54-Alpha-2
6dc94d9be478783a8a526bec3a89d6d2f82d043e        refs/tags/2.54-Alpha-17
1a3a8a464e59caa9bae031716b29a15761d618ab        refs/tags/2.54-Alpha-11
f22a7bbc754bede9132eab8b92e00ea43b8aaaf7        refs/tags/2.54-Alpha-10
03deb57e997ff8f00b36b339c6c916e0e5a6fca9        refs/tags/2.54-Alpha-1
07c5d5cf879194afd9f5ff6d8b6831ee2137072a        refs/tags/2.53-Beta-11-Prerelease
31b2f7ec136f4fe41b0ed43b5594012e841e9d11        refs/tags/2.53-Beta-11
e322d510cfc908d3c929381cbc35321817c51990        refs/tags/2.50.3-RC1
cb9938360ee8dd7bdd260eb0ac0b3c807708f72d        refs/tags/2.50.2
0ef601c24fa07faf0295c4225bde43b41cd2b3a1        refs/tags/2.50.1-RC3
86df7a730bf47674fe2031494eb41264bbd494da        refs/tags/2.50.1-RC2
4c785b8c29082eaea791935d6c5b45cd950635c4        refs/tags/2.50.1-RC1-b1628
e935f42b74a63372c79f252e48b6082cacb6932c        refs/tags/2.50.1-RC1
737e45cddd03bf4bfa21ece6ece58f6383ef5ef1        refs/tags/2.50.1
c67494dc9544d4cf2b7eb2ae2bafdf1937d0c3c4        refs/tags/2.50.0-RC4
a9ba32eda8eb0f51f7211c598a44c1d7025aa58d        refs/tags/2.50.0-RC3
a9ba32eda8eb0f51f7211c598a44c1d7025aa58d        refs/tags/2.50.0-RC2
b95dfbc97727339fe65db9a0a5351a9ffd59b9ad        refs/tags/2.50.0--RC5
c126e2c66ac7e0a850e1493efb4616497e1d98fd        refs/tags/2.50.0
5c5f926f8c443c8742e32de0f9a5b8e2c5d5f7d2        refs/tags/2.10.2
81024ca2f50b40c524682f0a9315a3c36beffc0a        refs/tags/2.10.1
47012999582816d7ba630f80474145acf4f0819e        refs/tags/2.10
db77af4638fe783d440ae47362c86d102a8639ed        refs/tags/1.50
3baadca08a43aab257cc12a162647b588c53cf7f        refs/tags/1.00
883f834e1dd6317e2ef343c1015768bf08a9fdad        refs/remotes/origin/zscript
0e900bddfdafaa971dd729b982085c345c9c1a9c        refs/remotes/origin/yuurand/2.55-fix-wReffireball
75f617a7a8be4e4f8560ad59a6e5239634c598c3        refs/remotes/origin/yuurand/2.55-fix-crash-on-creating-lwrefmagic
9663c9ef4cccce38417ea83cbd13845b0b73667c        refs/remotes/origin/work2.55-rocsfeather-height-flag
4d95d8f4401afbfd482a9e305db68eeaabcbf316        refs/remotes/origin/work/zscript/better-melee-weapons
22fb3fe68af4044e67e436bcb28eccf332af4dc3        refs/remotes/origin/work/zscript/add-mapdata
90e4b2c60ac32b0bca94106c8f6b390f1d051012        refs/remotes/origin/work/zscript/Link-ScriptTile
22fb3fe68af4044e67e436bcb28eccf332af4dc3        refs/remotes/origin/work/zscript/Link-ScriptFlip
90e4b2c60ac32b0bca94106c8f6b390f1d051012        refs/remotes/origin/work/zscript/FFCore
560f3be36b376279bd9330909a68ed56ceea001a        refs/remotes/origin/work/to-backport/newDrunk
408946f1558552f16f62e809d6e1da8960706099        refs/remotes/origin/work/tile-expansion/2.55-moretiles6
bb597edd325e35c2517992cef4383053a55d7136        refs/remotes/origin/work/tile-expansion/2.55-moretiles5
d522bd85c39197ac8664c7a061ebebe77a5e1e8d        refs/remotes/origin/work/tile-expansion/2.55-moretiles4-exp-zcolors
33224ee31cda15fe3c3ab014d5fe77ecbee8889a        refs/remotes/origin/work/tile-expansion/2.55-moretiles4-exp-weapons
f2f7ba11c30bdb585d0b0802e04ac2f5393ab78d        refs/remotes/origin/work/tile-expansion/2.55-moretiles4-exp-icons
5225311abc297336fccfe1d8394ff67641458e24        refs/remotes/origin/work/tile-expansion/2.55-moretiles4-exp-dmaps
83a3f66b3d1328ff1e8c2e34f66554299a875262        refs/remotes/origin/work/tile-expansion/2.55-moretiles4
9ce968df84784e174b855d8cff5aac655f5ffc7f        refs/remotes/origin/work/tile-expansion/2.55-moretiles3
5399ab6da0160bfb25f4d73f59d0f7bf1d8f28dd        refs/remotes/origin/work/tile-expansion/2.55-moretiles2-exp-weapons
f2323b8e742c0332b524871138eeb1e478b84b31        refs/remotes/origin/work/tile-expansion/2.55-moretiles2-exp-msgstr
617430d065d4984b1224867e2ca60979745f0a90        refs/remotes/origin/work/tile-expansion/2.55-moretiles2-exp-items
83a3f66b3d1328ff1e8c2e34f66554299a875262        refs/remotes/origin/work/tile-expansion/2.55-moretiles2-exp-guys
c3d3fe20e1494b4e5d84a3ed48e1e050e5318b89        refs/remotes/origin/work/tile-expansion/2.55-moretiles2-exp-combos
6bab39ed16c9a5d3d0a7af79821686b8ce88d1a3        refs/remotes/origin/work/tile-expansion/2.55-moretiles2
92da82d31d41e76e24ecd8349ba7936b99623f4a        refs/remotes/origin/work/tile-expansion/2.55-moretiles
b24f1ce12c3d2dde0ffafb63791743f2e6a894d4        refs/remotes/origin/work/qr-ports/2.55-qrQUICKSWORDport
29b9dd19a50cbeaf8a2484f0a1ec3abcc1866cb9        refs/remotes/origin/work/qr-ports/2.55-qrFIREPROOFLINK-qrQUICKSWORD-qrNODIVING-qrOUCHBOMBS
f8bec733cd0023dbc8bd3c082d04c989b9eb79b8        refs/remotes/origin/work/parser/2.54-parser
a42db4541adbc32f6c0b300bd1a249d632fd2dbf        refs/remotes/origin/work/parser/2.54-fixes
049e13f9016645409094bf8e5731f830eba15c35        refs/remotes/origin/work/expand-link-scripts
966f8e94d3a06d6b8b5dd7b58cb8d7ad64b33001        refs/remotes/origin/work/combos/2.55-20-script-combo-types
ad601dbd5683de318285ac811a54593be54750b3        refs/remotes/origin/work/2.55-zcsram2
b2152c2b67127b0c75319cbc6aceedbff6259974        refs/remotes/origin/work/2.55-zcsram
44d424d9d6cf206716addc47f9e273b811eb113f        refs/remotes/origin/work/2.55-writebitmap2
02595bdef69d2f356310b6aff8b8a240c69203d7        refs/remotes/origin/work/2.55-writebitmap
43e7aa5a1ae460824fa476b03f217afbfec7ab38        refs/remotes/origin/work/2.55-warpex--runitemscript--preliminary
60f94f36904c09b26fe0e0b34bcd8b516a1a5f6a        refs/remotes/origin/work/2.55-waitdraw-all-scripts
07086936edc319c03264f6aa007d6889bff5d520        refs/remotes/origin/work/2.55-venrob-script-weapon-tile
ac0da726459f4b6b62a2adf5adda8e4800d73838        refs/remotes/origin/work/2.55-unty
016904d773d4d8309f630f5681fec59a680fc120        refs/remotes/origin/work/2.55-transformfixes
e1ebef8a24a080fddac0ac426b86ef8f7db0f285        refs/remotes/origin/work/2.55-tracemetadata
e48bed947678f66bc7c6b0d6ad16cb660b9034a8        refs/remotes/origin/work/2.55-tint
f88c80a834bd33e87a82ee756c90437b7695d314        refs/remotes/origin/work/2.55-subscreendata
7083308f8b87a313598f62e1d9686ec7b00e7b5e        refs/remotes/origin/work/2.55-stringcasefunctions
1a1cf8a0dfc5242c7d01c3cf5483ca5917433e72        refs/remotes/origin/work/2.55-std_update
e86b3fb5e4acf25ad724859e30b9b0a6a8fa60f7        refs/remotes/origin/work/2.55-stacksize
6607023ba137fc6a74b8cc5b0dbe82cb7532694b        refs/remotes/origin/work/2.55-sprites3
ebfed66a895d5cd637473550e9d97f654696143c        refs/remotes/origin/work/2.55-spriterefinfo2
f17fbc3ac884af66c8002eb5dcbc39b3f27d5b9e        refs/remotes/origin/work/2.55-sprite-sanity-checks
512e360ab99ca46a2a518a1ffe1ecf3ccbc6c76b        refs/remotes/origin/work/2.55-sprite-explode
b594c39d22ba3462583c397c20c6090bdcf0ecba        refs/remotes/origin/work/2.55-smartDrops
7fd304a28cb243baeff50385d4b5003fd04c4b22        refs/remotes/origin/work/2.55-scripttypes-perpetual-item-2
619ef7f226ac794038f23b96c821bc8624ec88ed        refs/remotes/origin/work/2.55-scripttypes-perpetual-item
9cc2494ae00aa841fab5ad878ccb3ca11acfc271        refs/remotes/origin/work/2.55-scripttypes-parser
6964e694919a9c2030537a59cf077f2b4e1ad413        refs/remotes/origin/work/2.55-scripttypes-add
17cf27cea59cd25416dff1d68ac85f9f0f323a57        refs/remotes/origin/work/2.55-scripttypes
0dffd3752b50d418cf59aa6ae8b599d0e535d907        refs/remotes/origin/work/2.55-scripttype-parser-fixtypenames
58d5745c2631af4b25704d65f4618e4ea68d4d08        refs/remotes/origin/work/2.55-script-warp
ef9a8b1dab0b77278fd6f518f8e716f62e6ddb05        refs/remotes/origin/work/2.55-screenscriptwaitdraw
dd5c65d18a25cbd339fdd7c416c14a013dbf2287        refs/remotes/origin/work/2.55-screenscript2
6e19ec35aacc48eab03aeff489b649416a946b46        refs/remotes/origin/work/2.55-screenscript
534224ac18d1d8f91d4112f8f0b6e805c4724964        refs/remotes/origin/work/2.55-save-new-script-types
b3304481efe45122e73c9eaa0b1f0a3780eb5d1e        refs/remotes/origin/work/2.55-runitemscript
6e3cb70b915d29d87780aedaac3626a382aa39ed        refs/remotes/origin/work/2.55-rocsfeather-height-flag
0dcf0c5118e3ce84bc7085cb738405eab20d0c0a        refs/remotes/origin/work/2.55-revert-inline
d4dfeef585a066c788218247ed1a4f19cac23662        refs/remotes/origin/work/2.55-repeat-unless
3047e6631488b30d8203fb8a57b001497cfcae60        refs/remotes/origin/work/2.55-readwritebitmaps2
4d99747819f6272016f2baa1969acda5db6a7bb8        refs/remotes/origin/work/2.55-readwritebitmaps
3cf301a9fce67364372770c3df25178a65c9f8ec        refs/remotes/origin/work/2.55-readbitmap2
dd3f2df59127876df25ccedf74fb5cbb9004a600        refs/remotes/origin/work/2.55-readbitmap-mess
f9129a4d4d619377ff0749522837dc322261a19a        refs/remotes/origin/work/2.55-readbitmap
f143b2205e25f29cd3492baba26b340965619b7d        refs/remotes/origin/work/2.55-re-add-link-scripts
52d52ae232124ae899fa4222890df1d085496646        refs/remotes/origin/work/2.55-qrTEMPCANDLELIGHT-linkonly
875510937c1ea33c3da4bae6c94c8660e6c1cbab        refs/remotes/origin/work/2.55-preloadScreenScript
4b53adabe436ad43084833cd9f4cb2126a5c51e7        refs/remotes/origin/work/2.55-palette-rgbdata-bitmapGetpixel
a2a426459c260be63847186cc85cbc3218bb5359        refs/remotes/origin/work/2.55-onlyValidateCost
d7db0b0a45dabc7d303e93bc33c50c92a559c6b6        refs/remotes/origin/work/2.55-oldchartype
186aa29d6113bd2a1b11c19eaec583a76d9c5528        refs/remotes/origin/work/2.55-oggex
290c79907c00c992ba8d233c6b6d7e6182c8d27e        refs/remotes/origin/work/2.55-npcscripts-nullstack-on-exit
0972db833edf2f6426a097d7fb05d7b0cdfc2fa1        refs/remotes/origin/work/2.55-npcscripts-live
9147777392d5be6c149c41cf1be82c8b47f42f52        refs/remotes/origin/work/2.55-npcscripts-initd
064e86f87776dc3a637599ebe7c4d2abf04e3cfe        refs/remotes/origin/work/2.55-npcscript-wip
c4856c15dc3ebbe98c0ce6dc7d5f88d22b9ab45e        refs/remotes/origin/work/2.55-npcgravity
98bda24449d14f81621a51682b30513cb4455a5f        refs/remotes/origin/work/2.55-npc-initd-labels
01f3b1bd84edeec1b4765399b34964f72436d53a        refs/remotes/origin/work/2.55-nounthrottle
85d576159889d0f9d1987b8cbf47481eb62d4ae5        refs/remotes/origin/work/2.55-noscrolling-scripts
920d3e70c22885ac4b731ddc1a3d07fcfea1ad42        refs/remotes/origin/work/2.55-newBitmapGetpixel
95973c29ea765a5a6348ad284fc67f14b90945ac        refs/remotes/origin/work/2.55-new-zquest-script-assignment
d2f0f08bebf4b712c0615dcee3212bc6d47842f3        refs/remotes/origin/work/2.55-new-script-types-change-run_script
e1a63d1e7fce7e19ff3afd94a7f8ed12ad0a8ba2        refs/remotes/origin/work/2.55-new-npc-types
d84abe1f1d79eb72f0e45c30d701ac3297726b54        refs/remotes/origin/work/2.55-new-npc-functions
d0be4152da5d446b5a53d142b6adc13f520e9c8f        refs/remotes/origin/work/2.55-new-flippers
f19f05c25dbab11c0883926f543baa693e7175e9        refs/remotes/origin/work/2.55-morestringh
49fa583aa67c10b61414f1ec311681c950e52094        refs/remotes/origin/work/2.55-moreinputvars
cd2ca99398b5c1d785d7216fd134a841d5c58854        refs/remotes/origin/work/2.55-more-itemscript-fixes
a40f60479121c24316effaea5638625b39b9a8f9        refs/remotes/origin/work/2.55-modules-titlescreen-2
8e371d82f86f57c3dfb8bfcc2069b841e216799d        refs/remotes/origin/work/2.55-modules-roomtypes
91aeae1f5a0fb1afc8244188373b40b5008fa4c9        refs/remotes/origin/work/2.55-modules-mapflags
d83386b0317a86b72ae13e12e7f9e178b4734ab4        refs/remotes/origin/work/2.55-modules-lweapons-and-counters
27ee53c350520baef0a2608e438bb5274a1350c2        refs/remotes/origin/work/2.55-modules-itemhelp
5edafe315c2e0e81f17e953f37e3fac191200142        refs/remotes/origin/work/2.55-modules-item-families
14515e5def95710417e376ee17e97f7152847a97        refs/remotes/origin/work/2.55-modules-guynames
6a14ebb058111b50b2ec7db3f273800c95a10f81        refs/remotes/origin/work/2.55-modules-eweapons
ccb7215c690598671839c4ed7f31e3472dc6b857        refs/remotes/origin/work/2.55-modules-enemywalkstyles
53d210b114dc441cdb34b9542a26328489ba1aae        refs/remotes/origin/work/2.55-modules-enemy-anims
4b7b669c70ff920d99112de764be35d41154fee0        refs/remotes/origin/work/2.55-modules-enemies
31eb7612ef43693082f3f9a6c7190f4c961e1be0        refs/remotes/origin/work/2.55-modules-copyrightstrings
cd74bdc4835763ba44caddbef9fdd448a6c7fce7        refs/remotes/origin/work/2.55-modules-combos-types
4ea248f64e9d08b1e9edc6c5c42f48a31bb3d6cc        refs/remotes/origin/work/2.55-modules
f47399d8b63736b79e61fca7e611d49efa408e98        refs/remotes/origin/work/2.55-module-nameentryfix
680336d56505a50a5c553329096e9f52205542c5        refs/remotes/origin/work/2.55-mode7
0ce22324230276ed27184febe0d78bdcc86639d7        refs/remotes/origin/work/2.55-mirrorComboBugFix
472c286e6928bd68accb36749b3ed7214de8e508        refs/remotes/origin/work/2.55-migrateGetByString-to-Game
e32cf9e46ae783fe5cebc4bca42cca65dbb3246d        refs/remotes/origin/work/2.55-masterrecrd
7496ed007406ac5444e883ba00f33a6ce1e60fb9        refs/remotes/origin/work/2.55-lweapon-scripts-swords-arrows
9b3353469fb3728cfb61fd56e66e5db494063ab5        refs/remotes/origin/work/2.55-lweapon-scripts-runscripts-function-2
411106ed4b07dd7d39977ab543a4aad9e3c41cbe        refs/remotes/origin/work/2.55-lweapon-scripts-runscripts-function
b2cab75d2da50631b4dc35abbcfb79fa67de6799        refs/remotes/origin/work/2.55-lweapon-scripts-revised-2
2513bdf1f154f462fbed14a743d7ddc334187a1f        refs/remotes/origin/work/2.55-lweapon-scripts-revised
de2239502791aa6be0e4a6e845b3b780a38edf38        refs/remotes/origin/work/2.55-lweapon-scripts-move-placement-6
22816e38cf3edafe0153355ea64fec8b9a6fa3ad        refs/remotes/origin/work/2.55-lweapon-scripts-move-placement-5
1997c101a4667e37ff68b2fc67bb75e71fe27254        refs/remotes/origin/work/2.55-lweapon-scripts-move-placement-4
f857c2ab29363c475d50f0cbcd9878e91f439c30        refs/remotes/origin/work/2.55-lweapon-scripts-move-placement-3
19922785664f10756ca4dfc18a7fcc88183bcc29        refs/remotes/origin/work/2.55-lweapon-scripts-move-placement-2
45cd8bfd5430f71d1e5f289bff4fd4066ac73cbe        refs/remotes/origin/work/2.55-lweapon-scripts-move-placement
262d04a5e55791b7878f6cbb2d56a5b0adfd79de        refs/remotes/origin/work/2.55-lweapon-scripts-disable-logging
fb2dd1771127eba244ab5e15f34b7a174f7549a7        refs/remotes/origin/work/2.55-lweapon-scripts-byUID-exp2
8d4507623ddb4416c8d15843cbb1bb0b7401c976        refs/remotes/origin/work/2.55-lweapon-scripts-byUID-exp1
9f130ee8b35005e4ed8eceec2a838d683ba1b166        refs/remotes/origin/work/2.55-lweapon-scripts-byUID-2
97abd02a765ab35a49799ff27b9d2eeac5f39334        refs/remotes/origin/work/2.55-lweapon-scripts-byUID
6d7d1f9a5c425a0c26132df04a3cbe4e3cc402f8        refs/remotes/origin/work/2.55-lweapon-scripts-2
5ad5bea6931930a28e00af229dd587d66b0d1795        refs/remotes/origin/work/2.55-lweapon-scripts
ebbc0a17dcbfc095d11972646ee1adcbad60f1fd        refs/remotes/origin/work/2.55-linkscript-exp
3076377ea3e452fafe7abba4a8af9e4be55469ac        refs/remotes/origin/work/2.55-link-scripts-5
aa58f089bcab2b77338b628c6f7af5a6eb1094d0        refs/remotes/origin/work/2.55-link-scripts-4
36b99aede15ed71f38a808a24b361c86c0e01f97        refs/remotes/origin/work/2.55-link-scripts-3
d764869764e297efed7caed3a0bf7d208f1cbac6        refs/remotes/origin/work/2.55-lensepilepsy
65c515bdb0d9f52aadda8b79840a8240b0aac689        refs/remotes/origin/work/2.55-layer-invis
c49c1d13022c391e464ddc8080aab466b922a006        refs/remotes/origin/work/2.55-itemsprite-untyped-scripts
6ca4af1bb501924ed2a296380029b089479a31fa        refs/remotes/origin/work/2.55-itemsprite
58ee6286748d1bbfd5d06e9dd8524cfcb00bb06c        refs/remotes/origin/work/2.55-itemscript-WTF
7b416dee427545a1be95ab85333754cd3f25b8be        refs/remotes/origin/work/2.55-iteminitdlabels
4dad5f97c6f1a886b1210bcc89283334b867f6b8        refs/remotes/origin/work/2.55-initialisescripts
4b02e72cafdb027b29bceeef17c04d55e6fc1189        refs/remotes/origin/work/2.55-gamegetters
f03ed592c7b1c2b02e2bdaec6180029eb2a71d56        refs/remotes/origin/work/2.55-functionOverload
74817a41848bb6ec372f31a992d01171d933cb52        refs/remotes/origin/work/2.55-fixmp3-fixvires
1b806308d1b3f739ee6bcabc6df505cfec222905        refs/remotes/origin/work/2.55-fixarraydraws
e497f2d8606255f27d295698337db1f4f070a8ca        refs/remotes/origin/work/2.55-fixScriptLogging
e6689a01ba16d53937702f2838be31da3c6db0cb        refs/remotes/origin/work/2.55-fixItemScriptSetSelfFalse
0e900bddfdafaa971dd729b982085c345c9c1a9c        refs/remotes/origin/work/2.55-fix-wReffireball
9368976d592416851f01fd5a2e12370ed0ac4c8f        refs/remotes/origin/work/2.55-fix-scripttile
0a3d639bbb880f26bcf0ae6004baea47762fe132        refs/remotes/origin/work/2.55-fix-npc-scripts-again
08ca638104ba985b1aa1e04adbfdad5f8a46c4b7        refs/remotes/origin/work/2.55-fix-new-npc-functions-2
a9991b2e1930a8ac4a87af2c59712a25b71a9512        refs/remotes/origin/work/2.55-fix-new-npc-functions
9663c9ef4cccce38417ea83cbd13845b0b73667c        refs/remotes/origin/work/2.55-fix-midi-offset
1e22b5dfefc6505080601261551d6be04e392280        refs/remotes/origin/work/2.55-fix-lw-script-otile
19becdfcae9f8a3972010a138dc1d263add1bbf8        refs/remotes/origin/work/2.55-fix-link-onwin-ondeath-drawing
4d8e922396b67c3b8634131049852cb7f1a4b62c        refs/remotes/origin/work/2.55-fix-itemdata-getname-for-rob
3b780b0709602b0488197a07d1b3d82fc575ad3f        refs/remotes/origin/work/2.55-fix-gameContinue
9b5efcdc73862adb77d8d9180ed4bc52009bc172        refs/remotes/origin/work/2.55-fix-enums
49280f04002aef5d268fe42e6fe4775e3380c4a0        refs/remotes/origin/work/2.55-fix-draw-fps
75f617a7a8be4e4f8560ad59a6e5239634c598c3        refs/remotes/origin/work/2.55-fix-crash-on-creating-lwrefmagic
3508db2356242f522943065def731e34e4db9d12        refs/remotes/origin/work/2.55-fix-bitmaps
697d1d4dc029dffac1d478b4256b60fc8efb323f        refs/remotes/origin/work/2.55-fix-arrayDraws
c455893d65537bda490ba4dd69945d6dcef4e8b1        refs/remotes/origin/work/2.55-finished-link-scripts
2588932a240a3826bd1d53241e075da674cd26af        refs/remotes/origin/work/2.55-ffcswaitdraw
6e63beeee0c5af9d1823fc7d44f530ea149bd423        refs/remotes/origin/work/2.55-ffc-lens-invis
61a8fee395daed87183a79af61ba80566accbc8a        refs/remotes/origin/work/2.55-experimentalBreakupWeaponAnimate-1
a0d83997b3a4d31374da601e91eb50b06b3cf2ee        refs/remotes/origin/work/2.55-eweapon-scripts
e45ce5798b692b46e1309f626ef9901ea619d981        refs/remotes/origin/work/2.55-drawlayer9args
c25becd4aa7a88bbeba13184cd2dafb7e1c7e215        refs/remotes/origin/work/2.55-dmap-scripts
e931f9f937c7ef3fa0b1a06a628f40448390a0f7        refs/remotes/origin/work/2.55-controllertest
742bf4cb4747d36b10deaac06e0c3432925e8192        refs/remotes/origin/work/2.55-consoleontop
5f5b3301195e293bf9415007c129a8424db43c92        refs/remotes/origin/work/2.55-combolabel
d7db0b0a45dabc7d303e93bc33c50c92a559c6b6        refs/remotes/origin/work/2.55-chartype
aca0026ea4ba9d006555ee2959e7bd0f9a1ecd65        refs/remotes/origin/work/2.55-blankscopres
3c62620e1d776eef6e40f6fb3949c3005ec1d62d        refs/remotes/origin/work/2.55-bitmapdrawscreencomboinfo
a72fe56b084df38b182d95820e273c272641a3e8        refs/remotes/origin/work/2.55-bitmapcreateclear
2378f7401cb1bb1abcc8ec9f93471f63a78fd2fb        refs/remotes/origin/work/2.55-bitmap-hw
506e130066497d39693d130af54a8059d5047dc4        refs/remotes/origin/work/2.55-bitmap-getpixel
17bf09d4a08b1032a9003e1ccacbcb021663ecfe        refs/remotes/origin/work/2.55-betterMaxInt
734e379d787049522500b6705149c841ccb90396        refs/remotes/origin/work/2.55-addBlitTo
82390f230fa1b31abe5820774a788f90705a3dc6        refs/remotes/origin/work/2.55-add-scripttile-scriptflip-branch-B-3
4a308d2a185d138ae7652b461ed1062bb13e4727        refs/remotes/origin/work/2.55-add-scripttile-scriptflip-branch-B-2
7f3c0e1a7fbe17e417bbfb84b705ca8f02008da6        refs/remotes/origin/work/2.55-add-scripttile-scriptflip-branch-B
db3cbaf1b2d9b82067c870cbf847bfdf81530973        refs/remotes/origin/work/2.55-add-scripttile-scriptflip-3
f8016d28325015c0859752379e9df9b0582e88b0        refs/remotes/origin/work/2.55-add-scripttile-scriptflip-2
0d6b80f3606645966a59d35d9d72e4952aab771e        refs/remotes/origin/work/2.55-add-scripttile-scriptflip
f1cb6c57b252cfb6f469a4b03dec924cece4783a        refs/remotes/origin/work/2.55-add-mapdataIsSolid
347235b48040707cefd3dcced926269364051457        refs/remotes/origin/work/2.55-add-link-scripts-exp
933b17726ce8b8394aab67f520f917463af2af19        refs/remotes/origin/work/2.55-add-link-scripts-2
cd6d9264cfc06ff90fe8fe4790582bd2f5b1f41d        refs/remotes/origin/work/2.55-add-link-scripts
20337cc5d77452d3f1e751059577869112895cff        refs/remotes/origin/work/2.55-add-gameShowContinueScreen
1bafca87036dea2338f7d7e0addc4da96242c2a9        refs/remotes/origin/work/2.55-add-gameContinue-gameSkipCredits
97fe6bdb175cfca785fdb3e86e8874487ea32c92        refs/remotes/origin/work/2.55-add-eweapon-scripts-4
1414e4b74173a9020142b53ad1d2f028364c0551        refs/remotes/origin/work/2.55-add-eweapon-scripts-3
d01d861a6fe6f2338a3a879092bbafe2c9fe1f1f        refs/remotes/origin/work/2.55-add-eweapon-scripts-2
98e1bcbd77b0a39e7ab55eae018f560ae16919f4        refs/remotes/origin/work/2.55-add-eweapon-scripts
34070b87310380e756618ce6d3decd4d7fbc7ca9        refs/remotes/origin/work/2.55-add-GraphicsGetpixel
19f337e9066e4095bd6eabac9eda401e546bbe77        refs/remotes/origin/work/2.55-abstractinput
bdfb1fec192fdaa8b17aacfbc039a97dfd6c2c0c        refs/remotes/origin/work/2.55-ZQuest-other-script-types
b68c0266292c11ac7553a3cbf95b30c8c3534f5f        refs/remotes/origin/work/2.55-WandBookFireFix
a79d2aa046815b8df1052b00be31d67495eb73a1        refs/remotes/origin/work/2.55-SRand
be7791b9f32a4e55550a5582b5ca95960bbd0520        refs/remotes/origin/work/2.55-Registration/preliminary
d67eca43c8bd71aa3d48971cbd294241e87b406a        refs/remotes/origin/work/2.55-Registration/main
842169383ec308c0c0d4c5f8070915621c9741b2        refs/remotes/origin/work/2.55-Registration/VarInitializer
bc02f3c0cf91c23caddecc1a59c4af84918a756c        refs/remotes/origin/work/2.55-RTC
0b8eee9d4cb930be492a86642894e75e271fae8d        refs/remotes/origin/work/2.55-MoreTilepageExpansionTixes
a09034f95657bb422bca47e862be82b98d10cdd9        refs/remotes/origin/work/2.55-GAMESUSPEND
80900fead37c3d319c0737dd7aaf3f972c695b1d        refs/remotes/origin/work/2.55-CompileOptions
9a0c40a28787cd8e41d76bec81d004fdce15b388        refs/remotes/origin/work/2.55-BitmapDrawScreenComboInfoFunctions
c7973b697a8751318653654869593d13c5e43792        refs/remotes/origin/work/2.55-BitmapDrawLayerFunctions
5d67e093e08c88bd62e1341df30b5667508269dd        refs/remotes/origin/work/2.55-BitmapCreateFixes
5da8128c00cd1dc55c42dcd73a1e5b4c2a35d5ad        refs/remotes/origin/work/2.55-AddPolygon
b683e9663cdd97b7fd717f0def8555cf47446e52        refs/remotes/origin/work/2.55-32bBinaryOps
b28b0af44051a371909734f8b2aaca76b6a22082        refs/remotes/origin/work/2.55-253patches
749ee0b85a4c7aaf23da3b9337866b9fcf1d4fa3        refs/remotes/origin/work/2.55-156commitsahead
c807c4bea050b20dd423dc52ac78a6d2394c2f2a        refs/remotes/origin/work/2.55--npc-scripts-to-enemy-editor
f36599b30f173fbd55765552a2152fa2eae999ac        refs/remotes/origin/work/2.55--npc-scripts-save-bindings
6de476f1c6a715f43cb0ad63ca63bdf8e14286fe        refs/remotes/origin/work/2.55--moreitemscriptwork4
2b91b0ba1143e0107840b89b5274e72d1cebaef8        refs/remotes/origin/work/2.55--moreitemscriptwork2
7a11b1261eb2c61dd7ec9cf19860141ec76f9971        refs/remotes/origin/work/2.55--moreitemscriptwork
37a196bf36e2691911607471ddb25004397358dd        refs/remotes/origin/work/2.55--different-sprite-sanity-check
efa7a979a4cf84c192da66cf719432902db1f2b0        refs/remotes/origin/work/2.55--Alpha-26-P2
e8e745b4c365986ef5c16334aeaee0b893325234        refs/remotes/origin/work/2.55--Alpha-26-P1
571cbd491bab91b22b459478fb23ed738bcf49fb        refs/remotes/origin/work/2.53-stuckinputfix
0303e557b61f5164bd7c31c85174d74c5219b52a        refs/remotes/origin/work/2.53-raftfix
9b1222d052cb84260b1424067252a78773894ab6        refs/remotes/origin/work/2.53-compatibility-menu
a62111314a5e94aa218ac81ea9e4252cdaec25f5        refs/remotes/origin/work/2.53-LensFixBackport
be03b31479cbac16e3f062e1aa2bbf78a94c67cb        refs/remotes/origin/work/-2.55-lweapon-scripts-move-placement-4-exp
3e20ca69332b818e8799746d7d1e3dfdf8e3afa5        refs/remotes/origin/master
71d6ab0970c659b700f1a89bf43ce4e4dc606717        refs/remotes/origin/jman-experimental
fbd8ebcb1996d88268e6f39d7f2eed826de0dac2        refs/remotes/origin/historical/old-master
8c4501e67c07a5f0504a384754ff30341c5d16a2        refs/remotes/origin/historical/old-2.54-parser-merge
a5091d72b1dcf27b4d4c7183f8c3eacf5169fca5        refs/remotes/origin/historical/old-2.54-parser-fix
21dd1a289ba40b013c2bce904246bca6885d7eb4        refs/remotes/origin/historical/old-2.50.x
3e20ca69332b818e8799746d7d1e3dfdf8e3afa5        refs/remotes/origin/historical/master-darkdragon
61a8fee395daed87183a79af61ba80566accbc8a        refs/remotes/origin/historical/backups/2.55-experimentalBreakupWeaponAnimate-1
04d14a98c37e0c9c016bc6bb31fde67b6522f4b8        refs/remotes/origin/historical/backups/2.55-BACKUP-4MAY2019
b42e51d6acb1290e6fa8bd9a1037ffbd0c4e903a        refs/remotes/origin/historical/backups/2.55-BACKUP-30APRIL2019
f9b134b5a33b8104f3147ed7b7219972b46a436b        refs/remotes/origin/historical/backups/2.55-BACKUP-10MAY2019
c352159047d75e8617d90155dce244c41f3359b2        refs/remotes/origin/historical/backups/2.55-BACKUP-07MAR2019
3fd8518da54333984629c582a9bdc8ae336ebfb3        refs/remotes/origin/historical/backups/2.55-BACKUP-06MARCH2019
4be1baec14c25143c7cead5a6ce276f4c1ba1f25        refs/remotes/origin/historical/backups/2.55-A28-before-array-deallocation
e40d9c99dde6ded1b6d19904d9aabfdb8d10a886        refs/remotes/origin/historical/backups/2.55-8APRIL2019--before-adding-itemsprite-scripts
724932b85d56ea330e2bb9ed8bc479a28a28412a        refs/remotes/origin/historical/backups/2.55-5APRIL2019-before-link-sceen-this
9bb805832f1dcc8b466f3f3a37443ac1f106a4dc        refs/remotes/origin/historical/backups/2.55-30Mar19
af79532174546b9fe80f710e73b45536b10a6208        refs/remotes/origin/historical/backups/2.55-30MARCH2019
716aa7c569b18a2af8050f8428356e6cf31d0449        refs/remotes/origin/historical/backups/2.55-29MARCH2019-PRE_WEAPON_SYSTEM
522fbb881cac5bc54cc7dc1b47b81bc3c2fffdf8        refs/remotes/origin/historical/backups/2.55-27MARCH2019
e9293249ff8054a39e8e7c3e4e6768de05a52756        refs/remotes/origin/historical/backups/2.55-25APRIL2019--before-sprite-refinfo-changes
29db681df5d7de5a3c5782e3a36b38ecc63ae71e        refs/remotes/origin/historical/backups/2.55-23JUNE2019--before-adding-initd-initialise-vars
1d98872de10c1a0de045054805764167c40700ea        refs/remotes/origin/historical/backups/2.55-21JUNE2019A
981d1aac4f725b8027f6e8338e92600c86c6d4e2        refs/remotes/origin/historical/backups/2.55-21JUNE2019
29816d44166a29b3fa822395d5fc60286987ac21        refs/remotes/origin/historical/backups/2.55-15JUNE2019--BEFORE--ITEM-SCRIPT-REFACTOR
2301c5345939dbeb0bbe66e4662bbe86bf81ccaa        refs/remotes/origin/historical/backups/2.55-15APR2019--before-adding-oggex
139009605831c21eb4e8bfe79ebc324b89e72f9e        refs/remotes/origin/historical/backups/2.55-12JULY2019
1de0c00d97ddf26fe8d2f250a973581f3044f145        refs/remotes/origin/historical/backups.2.55-post-253-patches
e8992a3e40432e608d0a2926ba45590b18165bff        refs/remotes/origin/historical/backups./2.55-5APRIL2019--prior-to-sprite-draw-changes
8125ead901619602bfb1900a256cd67bc887543f        refs/remotes/origin/historical/2.55BACKUP-02MAR2019
6b1e230975ffda8e62b9f15381e7743c43681a4c        refs/remotes/origin/historical/2.55-backup-25SEPT2018
29f7fb2c88eb77536e903ea5476f62f5991b3be6        refs/remotes/origin/historical/2.55-backup-23SEPT2018
37097ce61be51d7c5a288e090e3edd77fa62d57b        refs/remotes/origin/historical/2.55-backup-23NOV2018
d42e0df5f5d73a8c5589d125991baf80a4059252        refs/remotes/origin/historical/2.55-BACKUP27SEPT2018
1c41a3ce3cf4b18565cce6a605e0f936e14efadd        refs/remotes/origin/historical/2.55-BACKUP26JAN2019
4d8e922396b67c3b8634131049852cb7f1a4b62c        refs/remotes/origin/historical/2.55-BACKUP04DEC2018
02539ce22bf42734c012c9e18041370e1ff30faf        refs/remotes/origin/historical/2.55-BACKUP-31OCT2018
adc7a8e01b4c8718178e440c79de259b4bbcd45e        refs/remotes/origin/historical/2.55-BACKUP-30JUN2019
39acf0d2d51cd9a25b4614b477f926a62ff03a65        refs/remotes/origin/historical/2.55-BACKUP-2OCT2018
a259f1dfcdceafa0a2e9e663f083ac6f087e27c2        refs/remotes/origin/historical/2.55-BACKUP-29JAN2019
295cf764b4590255bafa51550e44c0bece95b2fb        refs/remotes/origin/historical/2.55-BACKUP-27NOV2018
4baebb876e49ba357203909e572a4ab5f0117a2d        refs/remotes/origin/historical/2.55-BACKUP-27APR2019
863d8c21ab56007c9a5a579392f185672ffb7809        refs/remotes/origin/historical/2.55-BACKUP-26NOV2018-THIRD
b6d2d968473f65adca392a4eb1d0fb296c15abb1        refs/remotes/origin/historical/2.55-BACKUP-26NOV2018-LATER
8feda4068a116f2ba239e96fe1b951ccfc8c175c        refs/remotes/origin/historical/2.55-BACKUP-26NOV2018
314f866033f54f15ed636d09146fd6191e97ca16        refs/remotes/origin/historical/2.55-BACKUP-25OCT2018A
314f866033f54f15ed636d09146fd6191e97ca16        refs/remotes/origin/historical/2.55-BACKUP-25OCT2018
beccf70ba880920405ea5e57f31afed522558855        refs/remotes/origin/historical/2.55-BACKUP-25JUN2019
9bc16e2f8063541788c5bb2717043e0b8bdefb5e        refs/remotes/origin/historical/2.55-BACKUP-25DEC2018
52b8cafe40b1667721a16aab17def6f673faa8ef        refs/remotes/origin/historical/2.55-BACKUP-24MAR2019
3ce4d223dc4bcd4ff8f215cb29e934c4efb2e16b        refs/remotes/origin/historical/2.55-BACKUP-24JAN2019
9d23caf75201365b69bce0f67b0fe02409cd67b1        refs/remotes/origin/historical/2.55-BACKUP-24DEC208
9ffdc7690839a7bcbb0bf27d6fbf048d7e05d896        refs/remotes/origin/historical/2.55-BACKUP-23OCT2018
96a798dc70d8ffb15636777784e337de736dd17f        refs/remotes/origin/historical/2.55-BACKUP-23MAY2019
0b7106cf4ac9d77dda307260891e3d4d54755249        refs/remotes/origin/historical/2.55-BACKUP-23DEC2018
5d82b2778585ab866196eb3ea5e9ec6b578c79cb        refs/remotes/origin/historical/2.55-BACKUP-22NOV2018
b159d5e093e69e6183b7cb44ac2824c6518554b2        refs/remotes/origin/historical/2.55-BACKUP-22APR2019
319d61e9b765cc99ac0370d1c17b48dfa9525c0d        refs/remotes/origin/historical/2.55-BACKUP-21OCT2018
981d1aac4f725b8027f6e8338e92600c86c6d4e2        refs/remotes/origin/historical/2.55-BACKUP-21JUN2019-pre-char32
3e6fdc3cddb9f2b9d0fe1068396600756da950f8        refs/remotes/origin/historical/2.55-BACKUP-21JUN2019
b3434b41729211044c25edb8ba42848c3cb3051a        refs/remotes/origin/historical/2.55-BACKUP-21DEC2018
3b1205fb50c91bb3529da71dc0a5758e34176e99        refs/remotes/origin/historical/2.55-BACKUP-20OCT2018
3f07bec5a5f04189c0bd17022d60ecbcdb702d74        refs/remotes/origin/historical/2.55-BACKUP-20MAY2019
6fdea5909fe38ee95ff98494c325de33d95daaba        refs/remotes/origin/historical/2.55-BACKUP-20MAR2019
c3d91a918016793efed5f816d972bb77dd069cc3        refs/remotes/origin/historical/2.55-BACKUP-20DEC2018-II
95ec8c2538a4b073000b67842ce62cf86c805fb3        refs/remotes/origin/historical/2.55-BACKUP-20DEC2018
d8af3b726c6e8fa3532094e174e177f99bcf4271        refs/remotes/origin/historical/2.55-BACKUP-20APR2019
b56ba20bc6be4a8e4bf01c7c681238d545069baf        refs/remotes/origin/historical/2.55-BACKUP-19OCT2018
c25fba08133de1dfc6b6b742c1a3edb107b118cc        refs/remotes/origin/historical/2.55-BACKUP-19NOV2018
69fe9b01da28b2e88f0f17745045094a89344dcd        refs/remotes/origin/historical/2.55-BACKUP-19MAY2019
225c1c2c960dbb18f67b15701609e559a88ce0a4        refs/remotes/origin/historical/2.55-BACKUP-19DEC2018
887fa6bc915e52607e8f4c067fca4710db3edfd5        refs/remotes/origin/historical/2.55-BACKUP-18OCT2018
7574539a11076cccaf0696fe2f3fb852a58c95fe        refs/remotes/origin/historical/2.55-BACKUP-18DEC2018
08a1f9aa9c9824ae4deb7f361c258547bef0d545        refs/remotes/origin/historical/2.55-BACKUP-17NOV2018
9752b4617cc9198d898ca6eaef5460bd359b138e        refs/remotes/origin/historical/2.55-BACKUP-16NOV2018
72047441df44211babf4065e5317641b26b2e317        refs/remotes/origin/historical/2.55-BACKUP-16MAY2019
f9774bd89a1eaf2bb6d6597a27bef8cf176e68a4        refs/remotes/origin/historical/2.55-BACKUP-16DEC2018
92cf0b672b39e0111d4a29a7f23a44e161105a4c        refs/remotes/origin/historical/2.55-BACKUP-15MAY2019-2
1e94a201adee2059d3eb6611ce5f3ce44cbcc3e2        refs/remotes/origin/historical/2.55-BACKUP-15MAY2019
980f21ab4577cfb50c1bdb009b7cb277395ae4a5        refs/remotes/origin/historical/2.55-BACKUP-15APR2019
ee4a98bd65a78af11f0653cd4f1527343c579bb0        refs/remotes/origin/historical/2.55-BACKUP-14MAY2019
1eacc785a00c3ac59f83667d4f7ceb84c18fc5cd        refs/remotes/origin/historical/2.55-BACKUP-14JAN2019
bf4d28d456c1e1fd219dfa17fb2a53b871fffdb9        refs/remotes/origin/historical/2.55-BACKUP-13MAY2019
a610eb42948c1b1ca11bf1798d4c5a64f2db6ebe        refs/remotes/origin/historical/2.55-BACKUP-12JUL2019
7e90e4803052a5bceed8e064643e80114f6edd95        refs/remotes/origin/historical/2.55-BACKUP-12APR2019
7503af895e4e6cd9c01be82cb10dac12933df702        refs/remotes/origin/historical/2.55-BACKUP-11OCT2018-2
f791ccde4d54b1c1b808d0387545ac53323b232f        refs/remotes/origin/historical/2.55-BACKUP-11OCT2018
6904088a4226da3c92f5a07601d90a8cda51af74        refs/remotes/origin/historical/2.55-BACKUP-11MAY2019
926ede90d67d2bca3ce4a5838218271995b5fc21        refs/remotes/origin/historical/2.55-BACKUP-11JAN2019
fa9a9ea54ea081932d2499235450d20c957892e3        refs/remotes/origin/historical/2.55-BACKUP-11FEB2019
4c2c82ad3b172525183c52c0c6cf99bba58cd1b8        refs/remotes/origin/historical/2.55-BACKUP-10FEB2019
bdaa8fb3af4d3261f28e0d172f5bd4b2a871b552        refs/remotes/origin/historical/2.55-BACKUP-09OCT2018
d0448cf469fec24aa87fc5b29b24923e7f00770e        refs/remotes/origin/historical/2.55-BACKUP-08APR2019
dbddc63a2e27e996effe0935e7c3aa67d818b67a        refs/remotes/origin/historical/2.55-BACKUP-07MAR2019
990d11962c9fadb7878c59ada8c3fad1fb51a124        refs/remotes/origin/historical/2.55-BACKUP-07JUN2019
9716c88a2bac1dcd36bd870156719abba2cd9489        refs/remotes/origin/historical/2.55-BACKUP-06NOV2018
9431af3757c9f248f7a80442129568ac52b27436        refs/remotes/origin/historical/2.55-BACKUP-06MAR2019-2
ac0da726459f4b6b62a2adf5adda8e4800d73838        refs/remotes/origin/historical/2.55-BACKUP-06FEB2019
6fbbe5fce3451dcc6dc9aa36c1039f61c24f35a0        refs/remotes/origin/historical/2.55-BACKUP-06DEC2018
2b97c2c64707c06c3fa0c3661831ab5304fd3cfa        refs/remotes/origin/historical/2.55-BACKUP-05MAR2019-2
479db70078205526743bf0ea30f2c8a1a247f60c        refs/remotes/origin/historical/2.55-BACKUP-05MAR2019
c6919a973a819ac7d0295e06d7941a9618a07390        refs/remotes/origin/historical/2.55-BACKUP-05JUL2019
09c874473954311a2c4ed4730475503bea3af2c0        refs/remotes/origin/historical/2.55-BACKUP-05DEC2018
7d871142ef642182c05fd353f3f77a83befec9e3        refs/remotes/origin/historical/2.55-BACKUP-05APR2019
99ab2f8706940ffcf3131b0e9812931c9dfffba7        refs/remotes/origin/historical/2.55-BACKUP-04JUN2019
4d8e922396b67c3b8634131049852cb7f1a4b62c        refs/remotes/origin/historical/2.55-BACKUP-04DEC2018
c02cc08744ef60cac09a7864e508e20fbc9165ee        refs/remotes/origin/historical/2.55-BACKUP-04APR2019
314c0ebdf748ec7fb2c23814ece34f7c89f38200        refs/remotes/origin/historical/2.55-BACKUP-03JUL2019
87f705339868a1ea3275b88ae99f87a36c17072e        refs/remotes/origin/historical/2.55-BACKUP-03DEC2018
ef93f9a569214da4f340dbaa55bb63590444ffc2        refs/remotes/origin/historical/2.55-BACKUP-03APR2019
749ee0b85a4c7aaf23da3b9337866b9fcf1d4fa3        refs/remotes/origin/historical/2.55-BACKUP-02DEC2018
01b212eb088f1e2ab53c7c4f4643f4e7464f57c1        refs/remotes/origin/historical/2.55-BACKUP-02APR2019-2
d0732dc69c3a454c68c2e74918a27892b0d1e009        refs/remotes/origin/historical/2.55-BACKUP-02APR2019
e7987325832ee7a324c2bfbec2edf5e061215991        refs/remotes/origin/historical/2.55-BACKUP-01MAR2019
e9c01be235c75c9b3597f47fc1622e9447ec4204        refs/remotes/origin/historical/2.55-BACKUP-01APR2019
a869fb6c93b8dcb547a37f94307c939948e2991a        refs/remotes/origin/historical/2.55-23SEPT2018
f4c4e62d7034d28bd69bfe6cd0ff1aec0291a3f1        refs/remotes/origin/historical/2.55-14SEP2018
5ceee0cb4af45067d2e0c9d5dc04b8c9dd5939ff        refs/remotes/origin/historical/2.54_MapScreenData
f1cb8ae98a702c2398ea384d88d3f8af950e6f8c        refs/remotes/origin/historical/2.54-libraries
4d95d8f4401afbfd482a9e305db68eeaabcbf316        refs/remotes/origin/historical/2.54-experimental-weapon-add
59679f76472a343f17e47358d963f7adb6359d8f        refs/remotes/origin/historical/2.54-FROZEN-20171122
ac07c1cd29675485e2bdcd690d66d5fcbc8b78d0        refs/remotes/origin/historical/2.53_backup_17FEB2019
afe5e59e81953b74e89792b23e3e2ba56a68ce48        refs/remotes/origin/historical/2.53-BACKUP-26SEPT2018
448ba5e8f525cf1d586e47c28fec25bd5114dc0b        refs/remotes/origin/historical/2.53-BACKUP-19OCT2018
850bc012e004d038a4fe581d61cced8134f7aec8        refs/remotes/origin/historical/2.53-BACKUP-12MAR2019
66e7fdd2a43e8268ec22f429d736d476f5314f1b        refs/remotes/origin/historical/2.53-BACKUP-11FEB2019
ad0c6754dc19472f6431c55c63d1c3d81feb8fcb        refs/remotes/origin/historical/2.50.x--gamecombofunctions
e16e031dc9c37db98b0900ca87a7cabcaa0a51cc        refs/remotes/origin/historical/2,55-BACKUP-30NOV2018
e322d510cfc908d3c929381cbc35321817c51990        refs/remotes/origin/historical-releases
7065617e4de04d257381c2fb5c76b50317982aed        refs/remotes/origin/builds/2.55-alpha-1-preliminary-11
90eb259710d22ed1c79810a21b007540ac07be6d        refs/remotes/origin/builds/2.55-Alpha3-SR2
1be4335751c5ddc7d39d271e4a60bcbbdb880d6a        refs/remotes/origin/backups/2.55-lweapon-scripts-byUID-2
c436d7141a238abdb72e3d9e92dfda82a8c66ba9        refs/remotes/origin/backdate/15JUN/endofday
304132fbb0c4932417ea2d7a972f0ff72c16d401        refs/remotes/origin/backdate/13JUN/endofday
40e463ad9c64e41965de91da091c0e100040a63e        refs/remotes/origin/Linux/2.55-compile-fixes
12d0ee0dfbc0417b9193242d33c16451b9fa2229        refs/remotes/origin/HEAD
2ea66ad62f332c5c07cb06472f3899a717cf7459        refs/remotes/origin/2.55sword-exp
38e717ec966edeb8feb4d784dbb6b3aabe8c04d4        refs/remotes/origin/2.55.0-Alpha-17
1b23b4baf8701b53b972c968c2a6350e7667185f        refs/remotes/origin/2.55.0-Alpha-16
4196590cebdc24046ba6bb464ed7e34d4c530c55        refs/remotes/origin/2.55-textHeightWidth
55691acdbe41de7c6b4989ae4a5ca3df18b21c5a        refs/remotes/origin/2.55-loadquestbyscript
f994391e2d15a443019b5f98b12882f8f9b1b001        refs/remotes/origin/2.55-linkOtile
cde0040d42711733a5e7ee0e64c69dde4400d504        refs/remotes/origin/2.55-fixMSVCwarnings
0dc6dba43e7d9a79b9aac43ae78fd17a150a02f0        refs/remotes/origin/2.55-arrayOwnership
9f17a28d39cfc4a49fb71c4c73e319fcef5bf149        refs/remotes/origin/2.55-LOADMODULE-CHECKMODULE2
36d6cec980f4d29747a5486939c9175e9c2a61bb        refs/remotes/origin/2.55-LOADMODULE-CHECKMODULE
40e463ad9c64e41965de91da091c0e100040a63e        refs/remotes/origin/2.55-LINUX
3b3881e73316b43ae516eadaf73beaf4f942daab        refs/remotes/origin/2.55-5120GlobalVars
83a00b5dd630a77d0c42128dfe5845df192a6342        refs/remotes/origin/2.55--Alpha27
aea1a5ef918c345b3537f545b5c37f63d6700340        refs/remotes/origin/2.55--Alpha26
12d0ee0dfbc0417b9193242d33c16451b9fa2229        refs/remotes/origin/2.55
0751c29fd704a79830e56d35708bf4b7abec4c3d        refs/remotes/origin/2.54
16fa89aedb9872ce884f45e7a2d76afff683bb9a        refs/remotes/origin/2.53.0-Release-2
4fbb7c613b15e1e453fa4e413eb95d7914b06596        refs/remotes/origin/2.53.0-Release-1
07ca6019d4e47c9f940f51829a872f648afd6d84        refs/remotes/origin/2.53.0-RC8
3fb3fe78bb95edb3f5000442ce0a219aa4ebbacd        refs/remotes/origin/2.53.0-RC7
017f406d12b9563c005e4491adb6b1a5cdcdace0        refs/remotes/origin/2.53.0-RC6
9e387a85e994f7812b63877be77f276ce477a829        refs/remotes/origin/2.53.0-RC5
73ba88f63f62f44c8a9fb0ce27d95386ad009bb3        refs/remotes/origin/2.53.0-RC4
e4d846dbd3005e7d32e7490f879385eae785dace        refs/remotes/origin/2.53.0
3ea0c53b0ec3fd0a0629e91b50de2ac0d2fa3f23        refs/remotes/origin/2.53-LINUX
3172e800ac40f7bd6dd40629313102189f4f2573        refs/remotes/origin/2.53
a817a8a3c9b62a6a8141c7a78341ff09f75192c0        refs/remotes/origin/2.50.x
cb9938360ee8dd7bdd260eb0ac0b3c807708f72d        refs/remotes/origin/2.50.2
0ef601c24fa07faf0295c4225bde43b41cd2b3a1        refs/remotes/origin/2.50.1-RC3
86df7a730bf47674fe2031494eb41264bbd494da        refs/remotes/origin/2.50.1-RC1
737e45cddd03bf4bfa21ece6ece58f6383ef5ef1        refs/remotes/origin/2.50.1
c126e2c66ac7e0a850e1493efb4616497e1d98fd        refs/remotes/origin/2.50.0
5c5f926f8c443c8742e32de0f9a5b8e2c5d5f7d2        refs/remotes/origin/2.10.2
81024ca2f50b40c524682f0a9315a3c36beffc0a        refs/remotes/origin/2.10.1
47012999582816d7ba630f80474145acf4f0819e        refs/remotes/origin/2.10
db77af4638fe783d440ae47362c86d102a8639ed        refs/remotes/origin/1.50
3baadca08a43aab257cc12a162647b588c53cf7f        refs/remotes/origin/1.00
12d0ee0dfbc0417b9193242d33c16451b9fa2229        refs/heads/2.55

Update

git diff bundle/2.55..origin/2.55 --stat
 changelog.txt                         |  78 ++++-
 output/common/ZScript_Additions.txt   | 518 ++++++++++++++++++++++++++++------
 output/common/std_zh/std_constants.zh |  35 ++-
 src/ending.cpp                        |   9 +-
 src/ffasm.cpp                         |   4 +
 src/ffscript.cpp                      | 355 ++++++++++++++++++-----
 src/ffscript.h                        |  27 +-
 src/guys.cpp                          |   2 +-
 src/link.cpp                          | 124 ++++----
 src/link.h                            |   2 +-
 src/maps.cpp                          |   6 +-
 src/parser/ByteCode.cpp               |  16 ++
 src/parser/ByteCode.h                 |  34 ++-
 src/parser/GlobalSymbols.cpp          |  88 +++++-
 src/parser/GlobalSymbols.h            |  15 +
 src/parser/Scope.cpp                  |   1 +
 src/parser/Scope.h                    |   1 +
 src/parser/SemanticAnalyzer.cpp       |   7 +-
 src/parser/Types.cpp                  |   3 +
 src/parser/Types.h                    |   2 +
 src/parser/ffscript.lpp               |   1 +
 src/parser/ffscript.ypp               |   1 +
 src/qst.cpp                           |  68 ++++-
 src/title.cpp                         | 244 ++++++++++++++++
 src/zc_subscr.cpp                     |   3 +
 src/zc_sys.cpp                        |  53 +++-
 src/zc_sys.h                          |   4 +-
 src/zdefs.h                           |  31 +-
 src/zelda.cpp                         | 398 ++++++++++++++------------
 src/zelda.h                           |   8 +-
 src/zq_class.cpp                      |   4 +-
 src/zq_rules.cpp                      |   5 +-
 src/zquest.cpp                        | 239 +++++++++-------
 33 files changed, 1815 insertions(+), 571 deletions(-)

http://ul.to/4r0m3eu8

https://www97.zippyshare.com/v/HFkSnojU/file.html

https://turbo.to/1ahh3yqft7o3.html

https://openload.co/f/BEeX44LK7kY

https://drive.google.com/file/d/1y_0uKzguQKxTMpyXvmqXOM8ZGdzVxr6n

https://mega.nz/#!C7B2WCba!Zs5V3ESmd0IEIaFMlHauzBhodeMq7lLfdLCSrTIoJKs

https://www.mediafire.com/file/r32qfa9t64sdx56/ZeldaClassic-update-2eb89b31ded9c4819fd35b5dda804da8fbbee578.bundle/file