Commit Graph

53 Commits

Author SHA1 Message Date
mrSkortch 4e8b70ce73 Merge pull request #10 from mrSkortch/development
v3.6
3.6.42
2015-03-13 17:23:31 -06:00
mrSkortch e18778bc7d r42
fixed bug with unit speed not getting added to DBs if spawned

added mist.getRandomPointInZone
2015-03-13 17:19:16 -06:00
mrSkortch 822dea7ae7 r41
Fixed some non localized values, thanks etcher3rd

Also added an extra check for the flagfuncs to not repeatedly reset a
flag to true if the flag is already.
2015-03-04 20:41:37 -07:00
mrSkortch 332c8aaaf0 r40
Fixed a bug with spawning aircraft altitude type being switched to radio
instead of baro

Added extra checks to make sure a group or unit returned is actually
there.
2015-03-02 17:11:12 -07:00
mrSkortch fb32d2309a started making changes for next main release
numerous untested changes added. so yea, errors may (will) occur. Changes made while on vacation (damn you rain!) but reflect changes I've had on my mind or created in separate files. 

Mission file searching functions now search by Id instead of group or unit names. The name input variable hasnt changed, value gets converted to Id automatically if found. Functions now also accept a numerical groupId or unitId. 
getPayload
getGroupPayload
getGroupPoints
getGroupRoute

Added planned changes for message display v4. Added some code but it is dormant.
2015-02-03 00:09:05 -07:00
mrSkortch b2080628fe r38
Fixed bug with optional variables in coordinate message functions
2015-01-29 18:28:49 -07:00
mrSkortch 36d7a0c3bc hotfix, again
Sigh
2014-10-09 17:54:59 -06:00
mrSkortch 32f7a8c5c1 Merge pull request #8 from mrSkortch/development
Fixed an oops
3.5.37
2014-10-01 17:39:50 -06:00
mrSkortch 56931faa42 Fixed an oops
country data now created correctly
2014-10-01 17:38:48 -06:00
mrSkortch 7d503f6bfc Merge pull request #7 from mrSkortch/development
.36 fix
3.5.36
2014-09-10 00:56:07 -06:00
mrSkortch dbe7497ff2 .36 fix 2014-09-10 00:55:31 -06:00
mrSkortch 8a2c66f51b Merge pull request #6 from mrSkortch/development
hotfixs
3.5.35
2014-09-05 17:54:00 -06:00
mrSkortch a57342b184 hotfixs
commented out error reporting in pointInPolygon for now
2014-09-05 17:52:02 -06:00
mrSkortch 66b95a95ee Merge pull request #5 from mrSkortch/development
hotfix
2014-09-05 17:48:23 -06:00
mrSkortch 2dc78dbd4c hotfix 2014-09-05 17:45:27 -06:00
mrSkortch d2d53eab8d Merge pull request #4 from mrSkortch/development
Development
2014-09-02 02:31:05 -06:00
mrSkortch a1b24e629e 3.5 Release Files 2014-09-02 01:51:09 -06:00
mrSkortch c73ebbec43 v34 fixes
v34 fixes, yay
2014-08-30 20:44:27 -06:00
mrSkortch 17c4464600 mist 3.5 rc
Possible release version of mist 3.5. or maybe just rename it mist 4.0
2014-08-29 02:38:47 -06:00
mrSkortch 0fdd9a4a58 strings in flagFuncs
Forgot about adding this. Derp
2014-08-25 19:04:23 -06:00
mrSkortch 22d5b00d49 Documentation Minor changes
Doc file and pdf. Minor changes to mist.lua
2014-08-24 00:48:25 -06:00
mrSkortch c50463a7c8 final 3.5 features
Now bug fixes and documentation
2014-08-23 21:53:22 -06:00
mrSkortch 7f9fc1d50e moar coroutines 2014-08-21 22:45:17 -06:00
mrSkortch 4e898bfaf5 Re-factor DB Stuff
Re-factored a bunch of DB stuff

mist.dbUpdate() split into two functions

co-routine introduced for adding data to db files

moved a bunch of stuff around
2014-08-21 02:03:55 -06:00
mrSkortch 89cb721384 added mist.getUnitsInPolygon
like getUnitsInZones this function returns a table of unit objects
2014-08-10 02:06:45 -06:00
mrSkortch 8b545fc6b2 Added 5 funcs for 3.5 2014-08-10 00:34:16 -06:00
mrSkortch b5bd16b3b1 added 4 funcs for 3.5 2014-08-03 23:30:48 -06:00
mrSkortch d7323e27a6 Merge branch 'master' of https://github.com/mrSkortch/MissionScriptingTools 2014-08-01 23:04:35 -06:00
mrSkortch 5c6319c064 Merge remote-tracking branch 'origin/master'
Conflicts:
	.gitattributes
2014-08-01 23:04:28 -06:00
mrSkortch 2feddb2513 Update .gitattributes 2014-08-01 23:00:31 -06:00
mrSkortch fba8596026 Hopefully fix txt display in notepad 2014-08-01 22:59:48 -06:00
mrSkortch cdd1a53eb4 Update .gitattributes 2014-08-01 22:52:26 -06:00
mrSkortch f304031333 Fixed gitattributes
WordWrap on rev changelog should now work
2014-08-01 22:49:16 -06:00
mrSkortch 2b29f19fd1 sigh 2014-08-01 22:32:21 -06:00
mrSkortch 8e45225735 Figuring this out 2014-08-01 22:29:07 -06:00
mrSkortch b684e43563 Merge pull request #3 from mrSkortch/development
Development
3.4.26
2014-08-01 22:20:41 -06:00
mrSkortch c528881c33 Updated doc file 2014-08-01 22:15:44 -06:00
mrSkortch d30a56997b Changed version num 2014-08-01 22:11:24 -06:00
mrSkortch 1c29a4ffac removed license for now 2014-08-01 22:04:17 -06:00
mrSkortch 5a19b42f40 Merge pull request #2 from jeremysmitherman/master
Added GPL v3 license
2014-08-01 22:02:52 -06:00
Jeremy 23e64375e8 Merge remote-tracking branch 'upstream/master'
Conflicts:
	README.md
2014-08-01 23:43:18 -04:00
mrSkortch a51deb7854 Edit a word 2014-08-01 21:21:57 -06:00
mrSkortch f60259d6a9 Ignore docfile 2014-08-01 21:20:23 -06:00
mrSkortch 0ceadb0f2e Updated other files 2014-08-01 21:19:05 -06:00
Jeremy 4a97ea974e Added contribution guide to README
This will set expectations for contributors and remind you of the
process as well.
2014-08-01 22:56:05 -04:00
Jeremy Smitherman cf6147fe57 Added GPL v3 license
This will allow people to use this in their free software but prohibit use in proprietary software and prevent re-licensing.
2014-08-01 22:53:42 -04:00
mrSkortch bd217811a0 Ignore files 2014-08-01 20:00:21 -06:00
mrSkortch 989e4c90ff Update README.md 2014-08-01 18:32:20 -06:00
mrSkortch 66316a8a85 Fixed a thing cause github is new to me 2014-08-01 18:25:32 -06:00
mrSkortch 51f921f623 mist stable build
Latest stable build of mist and all mist functions
2014-08-01 17:54:08 -06:00