Skip to content

Commit eba3fe7

Browse files
committed
missed merge conflict
1 parent 937223e commit eba3fe7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8181

8282
- New `Attachable` INI and Lua (R/W) properties `InheritsVelWhenDetached` and `InheritsAngularVelWhenDetached`, which determine how much of these velocities an attachable inherits from its parent when detached. Defaults to 1.
8383

84-
<<<<<<< HEAD
8584
- New GPU Renderer using OpenGL+Raylib, draw now takes 0ms in pretty much every instance.
8685

8786
- New Z Order for scene layers and primitives: Background layer sits at z=100, Terrain Background at z=50, Terrain color and MO color at z=0, GUIs sit at z=-100, allowed z range is [-200, +200], in the future this'll be expanded to MO draw as well.
88-
=======
8987
- Added Lua-accessible bitmap manipulation functions to `MOSprite`s:
9088
```
9189
GetSpritePixelIndex(int x, int y, int whichFrame) - Returns the color index of the pixel at the given coordinate on the given frame of the sprite ((0, 0) is the upper left corner!)
@@ -101,7 +99,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10199
SetAllVisibleSpritePixelIndexes(int colorIndex) - Simplified version of the above, sets all visible pixels of the currently visible sprite to the given color index.
102100
```
103101
- Added `Material` Lua function `GetColorIndex()`, which returns the color index of the calling material.
104-
>>>>>>> development
105102

106103
- New `ACraft` INI and Lua (R/W) property `CanEnterOrbit`, which determines whether a craft can enter orbit (and refund gold appropriately) or not. If false, default out-of-bounds deletion logic applies.
107104

@@ -194,13 +191,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
194191

195192
- Fixed an issue where internal Lua functions OriginalDoFile, OriginalLoadFile, and OriginalRequire were polluting the global namespace. They have now been made inaccessible.
196193

197-
<<<<<<< HEAD
198194
- Fixed the palette being mangled to 6bit/color on load.
199195

200196
- Fixed allegro not loading alpha of image with alpha by using SDL_image instead.
201-
=======
202197
- Fixed `MOSprite:UnRotateOffset()` giving the wrong results on HFLipped sprites.
203-
>>>>>>> development
204198

205199
- Various fixes and improvements to inventory management when dual-wielding or carrying a shield, to stop situations where the actor unexpectedly puts their items away.
206200

0 commit comments

Comments
 (0)