mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
6024ed62b04aae70067ef70b442a9b9e7708e484
these three files were in UTF-16LE encoding for some reason, which led to git treating them as binary files, which means they weren't being git grep'd I just converted them using iconv -f utf-16le -t utf8 [origFile] -o [destFile] use git show --text to view
…
Added: Ctrl+Shift+E now fill LBE items in sector with other items and places them in vehicles first.
- New Feature: Arulco special division controls other features to fight the player. For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=tree&goto=343706&#msg_343706
Fix MapEditor target by adding legacy_stdio_definitions.lib to the additional libraries as per https://stackoverflow.com/a/34230122 (#21)
…
Last 1.13 SVN 4721 Compilation of UB : Set #define JA2UB and #define JA2UBMAPS in file builddefines.h. Compilation of JA2 : Rem #define JA2UB and #define JA2UBMAPS in file builddefines.h. Example : UB : #define JA2UB #define JA2UBMAPS JA2 : //#define JA2UB //#define JA2UBMAPS www.legion.zone.zg.pl
Languages
C++
90.4%
C
9.3%
HTML
0.2%
CMake
0.1%