Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made the repo build again #70

Draft
wants to merge 506 commits into
base: 1.7.10
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
506 commits
Select commit Hold shift + click to select a range
f90fb3b
ElementIcon can use color multiplier
skyboy Feb 2, 2015
1e4dfc6
ElementButton returns this from methods
skyboy Feb 2, 2015
588f5d5
Add ElementSimpleBox
skyboy Feb 2, 2015
e5345eb
Revert ElementButton return types
skyboy Feb 2, 2015
b9b092d
Add width-related methods to ElementTextField
skyboy Feb 2, 2015
9c86985
Add filtering TextFields
skyboy Feb 2, 2015
ac1ef53
Small tweaks to ElementTextField
skyboy Feb 2, 2015
ca2ec28
Add enter callback to TextField
skyboy Feb 2, 2015
9ac057d
Add onFocusLost and onCharacterEntered
skyboy Feb 3, 2015
d10a455
add drawSlider
skyboy Feb 3, 2015
6dec06f
Add getColor
skyboy Feb 3, 2015
85eeb4f
Fixes #76
KingLemming Feb 4, 2015
04d5914
WiP UUID support for securables
skyboy Feb 5, 2015
7f29f8b
Add Elements to Tabs, Tabs get Fore/background called.
chbachman Feb 6, 2015
13b6754
Work on UUIDs
skyboy Feb 6, 2015
7686545
More UUID
skyboy Feb 6, 2015
cadf5fd
Added locked slot.
KingLemming Feb 7, 2015
ed0da85
Added new stuff to ColorHelper
KingLemming Feb 9, 2015
808507b
Fix decoration generator causing stackoverflow
skyboy Feb 12, 2015
e082ca5
Fix underfluid terminating its search early
skyboy Feb 12, 2015
fa99e83
Fix underfluid trying to generate just below fluid surfaces
skyboy Feb 14, 2015
73b7fe8
Typo
skyboy Feb 14, 2015
e0f9825
Remove abstract from ElementListBox
skyboy Feb 14, 2015
14e4a6a
Removed an unused comment.
KingLemming Feb 14, 2015
3cd2e70
Removed interface - no real purpose to it.
KingLemming Feb 18, 2015
1f2730c
Small optimization
KingLemming Feb 19, 2015
3e11008
Fix slider rendering offsets
skyboy Feb 19, 2015
8f0a3c9
Allow clicking past the last character to move caret
skyboy Feb 19, 2015
d8b9f5b
Slightly increase the flicker period of the caret
skyboy Feb 19, 2015
0562f64
Fix comparison issues
skyboy Feb 19, 2015
cf74c0f
Little more equality chaining
skyboy Feb 19, 2015
be41493
Formatting.
KingLemming Feb 19, 2015
736ca93
Add WorldGenMinablePlate
skyboy Feb 19, 2015
3eb6c22
Plates add 1 to y
skyboy Feb 19, 2015
6b7d9cb
Fixed a skyderp
KingLemming Feb 20, 2015
61ce7cc
Fire onCharacterEntered in more places
skyboy Feb 20, 2015
ed26188
Tweak WorldGenSmallTree
skyboy Feb 20, 2015
4263215
Add slim option for plate
skyboy Feb 21, 2015
6273c18
Added option to always show 1 pixel in Energy and Fluid elements
KingLemming Feb 21, 2015
1fbe4e5
Add informational file to builds
skyboy Feb 21, 2015
393e807
Removed italics from flavor text.
KingLemming Feb 21, 2015
c51331d
Updated version.
KingLemming Feb 22, 2015
ec1f2cc
Fixes potential int overflows.
KingLemming Feb 22, 2015
d677def
Added new TE IMC helpers.
KingLemming Feb 22, 2015
c4ff6a1
Removed a debug statement.
KingLemming Feb 22, 2015
b5e4704
Added recipe removal options for ThermalExpansionHelper
KingLemming Feb 23, 2015
8f1c7e6
Update branch
chbachman Feb 24, 2015
518b105
Update
chbachman Feb 24, 2015
4da6518
Add alt+shift behavior for TextField
skyboy Feb 24, 2015
e5feafb
Added NoticeText to StringHelper
KingLemming Feb 25, 2015
a0dcdbd
Don't load chunks when getting adjacent TEs
skyboy Feb 25, 2015
44c415b
Keep caret visible in textfield
skyboy Feb 25, 2015
7f9adff
Formatting and adjustments.
KingLemming Feb 25, 2015
d80295b
Fix ItemHelper.consumeItem(ItemStack, EntityPlayer)
skyboy Feb 25, 2015
d2c7d35
Merge remote-tracking branch 'origin/master'
skyboy Feb 25, 2015
77f90e0
Adjustments!
KingLemming Feb 26, 2015
122ef80
Changed ISecurable to show name instead of uuid
KingLemming Feb 26, 2015
5843b58
Finish Shifting of values
chbachman Feb 26, 2015
cffb37a
Update .gitignore
chbachman Feb 26, 2015
c5a4bc4
Undo Formatting
chbachman Feb 26, 2015
c60352a
Remove Formatting
chbachman Feb 26, 2015
2dc6b7d
Remove Formatting
chbachman Feb 26, 2015
8ed03ec
Remove Formatting
chbachman Feb 26, 2015
2eae99a
Update ElementBase.java
chbachman Feb 26, 2015
6a9f133
Update to RC3.
KingLemming Mar 3, 2015
fc78b95
Fix slot behavior with left-hand tabs
skyboy Mar 4, 2015
dfe60e3
StringHelper Update
KingLemming Mar 4, 2015
a673901
Merge pull request #5 from chbachman/CoFH-master
KingLemming Mar 4, 2015
b26e9fc
Update version to R4.
KingLemming Mar 4, 2015
9514511
Don't call draw(II) on tabs
skyboy Mar 5, 2015
faac119
Update comment
skyboy Mar 5, 2015
07077a9
More comments
skyboy Mar 5, 2015
f53c511
Remove PR'd todo
skyboy Mar 5, 2015
cb1f8f3
Update to RC5.
KingLemming Mar 5, 2015
64424a8
Formatting on TabBase
KingLemming Mar 5, 2015
d3d979a
Oh god formatting
KingLemming Mar 7, 2015
82eb1ad
Refactors and new ItemHelper behavior.
KingLemming Mar 7, 2015
265d55f
Handles #262 elegantly
KingLemming Mar 7, 2015
5d325fe
Fix NBT handling in InventoryManager
skyboy Mar 10, 2015
104760b
Add IdentityLinkedHashList
skyboy Mar 14, 2015
824ddd4
Tweak small-tree generator
skyboy Mar 14, 2015
5ec8eb4
Update to RC7 (for clarity)
KingLemming Mar 14, 2015
bc97722
handle var of 0 in normal
skyboy Mar 20, 2015
e7df06b
flesh out logic for altSinc in stalagmites
skyboy Mar 20, 2015
5604326
Null protection on Inventory, it really should be there.
KingLemming Mar 20, 2015
c794b49
Fix passing 0 to nextInt in stalagmite generator
skyboy Mar 23, 2015
6b7d1a7
Added support for US and Canada Thanksgivings as well as Boxing Day
KingLemming Mar 26, 2015
3887656
Cleanup action. :)
KingLemming Mar 26, 2015
619a0b7
fixed, out of bounds when erasing.
simeonradivoev Mar 26, 2015
53f7f77
Merge pull request #7 from simeonradivoev/patch-1
skyboy Mar 27, 2015
12ae287
Simplify backspace handling a little
skyboy Mar 27, 2015
d3aa530
Tweak smart caret, begin multiline support
skyboy Mar 27, 2015
9e2475d
More work on multiline
skyboy Mar 27, 2015
446086e
Prevent rare comod in LinkedHashList
skyboy Mar 28, 2015
9577528
General support for multiline in ElementTextField
skyboy Mar 28, 2015
0d63c4d
Add support for up/down keys
skyboy Mar 29, 2015
4375c29
Add selection support to up/down
skyboy Mar 29, 2015
17cccb8
Fix client-side error with ISecurable
skyboy Mar 31, 2015
cbe8da2
Update API version
skyboy Apr 2, 2015
f2ade6c
New stuff in BlockHelper and FluidHelper, added MultiModeItem
KingLemming Apr 2, 2015
495c97b
Tooltip only added on visible elements
simeonradivoev Apr 6, 2015
8745228
Merge pull request #8 from simeonradivoev/master
skyboy Apr 6, 2015
440c392
Tweak to ListBox lighting.
KingLemming Apr 6, 2015
58263d4
Add helper for UUID to SecurityHelper
skyboy Apr 9, 2015
eed1d3b
Updated version.
KingLemming Apr 11, 2015
e2b2d23
Add UUID handler to SecurityHelper
skyboy Apr 11, 2015
1461905
Update to release.
KingLemming Apr 11, 2015
d07d26f
Reworked FireworksHelper to be much more flexible.
Tonius Apr 11, 2015
57b089c
Try and fix skyboy's derpy code.
KingLemming Apr 11, 2015
11d0784
Increase version.
KingLemming Apr 11, 2015
7636140
Merge pull request #9 from Tonius/master
skyboy Apr 12, 2015
985e6e8
Rearrange packet
skyboy Apr 12, 2015
788cb4a
Fix to ItemHelper
KingLemming Apr 15, 2015
6ae1ce2
Tweaks to guis
skyboy Apr 16, 2015
a8d6414
WIP ender registry work
skyboy Apr 16, 2015
eed6a6d
Allow list box to have no selection (-1)
skyboy Apr 16, 2015
e5b63ab
Tweak equality in ItemHelper
skyboy Apr 19, 2015
c2420cb
TODO
skyboy Apr 25, 2015
47373ce
LinkedHashList implements List
skyboy Apr 26, 2015
34cca16
Promote to 1.0.2
skyboy May 4, 2015
e90ec38
Mark beta
skyboy May 4, 2015
2210e5f
Revert "Mark beta"
skyboy May 4, 2015
cfdf0bb
Mark beta
skyboy May 4, 2015
a5a1aa3
Add StringHelper.getKeyName
skyboy May 11, 2015
024afdb
Synchronize LinkedHashList
skyboy May 11, 2015
fae934c
Changes to Fluid manipulation to remove ID.
KingLemming May 16, 2015
570a2ac
Added simple multiply and add helper functions
simeonradivoev Jun 17, 2015
5084b6d
Merge pull request #11 from simeonradivoev/patch-2
skyboy Jun 23, 2015
fc5d6c4
Fix issue when an inventory doesn't use the items default stack limit…
rwtema Jul 3, 2015
4ef96d9
Added EE3 Helper.
KingLemming Jul 4, 2015
2ff2093
Increment Version number. Beta.
KingLemming Jul 4, 2015
ed4f77e
Fix items being destroyed when adding to an already full stack
rwtema Jul 5, 2015
2a459b1
Fix to InventoryHelper.
KingLemming Jul 5, 2015
61049a6
Add special filter interfaces
rwtema Jul 7, 2015
02e0cc4
Just being a jerk.
KingLemming Jul 7, 2015
79c2113
Elements now get addTooltip called when in Tabs.
chbachman Jul 9, 2015
7b1c25d
Helpers for an ItemStack's NBT
Jul 9, 2015
4caecdd
fixed typo
Jul 9, 2015
5fc8588
Forge 1448 Testing
KingLemming Jul 10, 2015
5804131
OreDict functionality update.
KingLemming Jul 11, 2015
e7224ee
Merge pull request #12 from chbachman/master
skyboy Jul 11, 2015
be6fcee
Merge pull request #13 from joekaiser/master
KingLemming Jul 11, 2015
ed32616
Refactors and fixes.
KingLemming Jul 11, 2015
d49edce
Add a new function to render a block face.
KingLemming Jul 11, 2015
680c99b
Fix inventory container duping.
KingLemming Jul 12, 2015
b1b18f0
Refactoring of ShapedRecipes.
KingLemming Jul 13, 2015
3a62264
Refactors, version update.
KingLemming Jul 13, 2015
c35092b
Add a simple helper function for lighting.
rwtema Jul 21, 2015
ab51528
Fix dungeon generator not generating floors
skyboy Jul 27, 2015
e4a1244
Increment version to 4B1.
KingLemming Jul 27, 2015
1d66d29
Fix bad comparison
skyboy Jul 28, 2015
5e2528d
Fix walls of dungeons not generating fully
skyboy Jul 28, 2015
6105928
Configurable chest placement attempts
skyboy Jul 28, 2015
ddbd2e7
Fix some errors in ElementListBox
skyboy Jul 29, 2015
487ab49
Fix another error in ElementListBox
skyboy Jul 29, 2015
7b37494
Add getContentLength to ElementTextField
skyboy Jul 29, 2015
6c5c1db
Start mocking up redesigned ender registry
skyboy Jun 17, 2015
8816eb8
Include channel for registries
skyboy Jul 28, 2015
a420668
Add getChannelName to client registry
skyboy Jul 28, 2015
497043c
Add save methods
skyboy Jul 28, 2015
8a639aa
Fix an error in ByteBufHelper
skyboy Jul 29, 2015
d909a5c
Modify IEnderChannelRegistry
skyboy Jul 29, 2015
d235c71
Send blank channels too
skyboy Jul 29, 2015
7f3dc73
Convenience methods
skyboy Jul 30, 2015
179b46c
That should have been protected
skyboy Jul 30, 2015
8f5628e
Make fields protected
skyboy Jul 30, 2015
85b9f5a
Fix getLastScrollPosition in ElementListBox
skyboy Jul 30, 2015
b7cf18a
Correctly clear stencil buffer
skyboy Jul 30, 2015
ab8986b
Adjustment to BreakBlock
KingLemming Jul 31, 2015
59d79d5
Fix some errors in EnderRegistry
skyboy Aug 8, 2015
00c7f19
Allow EnderRegistry to load worlds/chunks
skyboy Aug 8, 2015
8ffe7ca
Logic inversion
skyboy Aug 8, 2015
7cfb27b
Fix typo
skyboy Aug 8, 2015
9c4fd5e
Add locales to case functions (Fix CoFH/Feedback#772)
skyboy Aug 9, 2015
85ffc3b
Add shim method for anyone calling an altered method
skyboy Aug 15, 2015
f55b895
New helper function.
KingLemming Aug 18, 2015
f40cd01
Added value getter for Sliders
rwtema Aug 20, 2015
9aca1fe
Add ItemStack rendering helper method
rwtema Aug 20, 2015
0d73354
Added onMouseWheel hook for GUIs.
rwtema Aug 20, 2015
3aa5f2a
Fix a UUID bug when playing SMP after SSP in one session
skyboy Aug 30, 2015
478ce8c
Add warning javadoc to IBlockAppearance
skyboy Sep 12, 2015
3809861
Add a little 'head' icon next to the name in the tooltip.
rwtema Sep 14, 2015
737cf7a
Added TFHelper. :)
KingLemming Sep 18, 2015
d14f84f
Minor change to the OreDictionaryProxy
KingLemming Sep 23, 2015
969c96f
Add unused teleport frequency tracking
skyboy Sep 23, 2015
2fc7799
Move AccessTransformer into meta-inf, add manifest
skyboy Oct 13, 2015
ffec704
Add adjacent block methods to BlockHelper
skyboy Oct 13, 2015
b3ad9e6
Bump compiler target to java 1.7
skyboy Oct 14, 2015
d3929ea
Clean up warnings in EE3Helper
skyboy Oct 14, 2015
279a55b
Add ContainerBase
skyboy Oct 18, 2015
32cd9c5
Fix small error in ContaienrBase
skyboy Oct 18, 2015
9337f3a
Remove redundant method calls
skyboy Oct 18, 2015
390a7bd
Update InventoryHelper's mergeItemStack behavior
skyboy Oct 18, 2015
7dd5ddf
Fix backwards transferStackInSlot logic
skyboy Oct 18, 2015
a61a7eb
Add supportsShiftClick to ContainerBase
skyboy Oct 18, 2015
42a73fb
Index-based shift-click
skyboy Oct 18, 2015
46128eb
Abstract calls to mergeItemStack
skyboy Oct 18, 2015
165c70e
Update container wrapper to use ContainerBase
skyboy Oct 18, 2015
5362143
Add sendSlots to ContainerBase
skyboy Oct 18, 2015
275d856
Tweak GUI elements
skyboy Oct 23, 2015
bdfddcc
Add IconOverlay
skyboy Oct 23, 2015
d7559ca
Fix some errors from FindBugs
skyboy Oct 25, 2015
7880162
Fix error in replacing items
skyboy Oct 29, 2015
b81dc1a
Tweak EnderRegistry
skyboy Oct 30, 2015
26cd381
Reduce chance of AIOoB in hashlists
skyboy Nov 9, 2015
dacfdea
Fix framerate-dependant caret flashing in ElementTextField
skyboy Nov 12, 2015
5b0718c
Minor tweaks in modhelper. No functional changes.
KingLemming Nov 18, 2015
47eacd7
Allow encoding null strings via ByteBufHelper
skyboy Dec 2, 2015
7a187cd
Fix an error - null set means all free.
skyboy Dec 4, 2015
44aecd6
Deprecate UtilLiquidMover
skyboy Dec 8, 2015
c669fea
Modify VarInt encoding to handle negative numbers better
skyboy Dec 10, 2015
d68af5f
Add clamp to MathHelper
skyboy Dec 13, 2015
c5bcb71
Guard against null icons not null fluids in RenderFluidOverlayItem
skyboy Dec 13, 2015
1dbaa56
Add toNumerals to StringHelper
skyboy Dec 13, 2015
5bb0ff9
Update for deprecated MathHelper.clamp methods
skyboy Dec 13, 2015
02cf83e
Fix reversed order arguments
skyboy Dec 14, 2015
9dd81fa
Don't use getTileEntityUnsafe in BlockPosition
skyboy Dec 24, 2015
48092e8
Fix negative positions for WorldGenMassiveTree
skyboy Jan 17, 2016
58a3600
Promote to 1.1.1
skyboy Jan 25, 2016
d180e57
Use heap buffer for ByteBuf
skyboy Jan 30, 2016
5776c14
Fixes #1060
KingLemming Feb 12, 2016
8e36c6b
Promote to 1.1.2.
KingLemming Feb 18, 2016
d23cf87
Fix missing function call for slots in ContainerBase
skyboy May 2, 2016
4ef42df
Fix case-sensitive seeking behavior
skyboy May 7, 2016
df9ad09
Ensure caret is visible after movement
skyboy May 8, 2016
c1b8cbd
Fix lava comparison in FluidHelper
skyboy May 13, 2016
f045dc9
Fixing squid:S1118 - Utility classes should not have public construct…
the-best-dev Jun 20, 2016
7d2bf0a
Fixing squid:S1066 - Collapsible "if" statements should be merged.
the-best-dev Jun 20, 2016
f029ba7
Fixing squid:S2156 - "final" classes should not have "protected" mem…
the-best-dev Jun 20, 2016
f9fa785
Merge pull request #18 from DevFactory/release/collapsible-if-stateme…
skyboy Jun 21, 2016
5d7edac
Merge pull request #22 from DevFactory/release/utility-classes-should…
skyboy Jun 21, 2016
5157622
Merge pull request #21 from DevFactory/release/final-classes-should-n…
skyboy Jun 21, 2016
b92ca47
Add IFluxTransport to the energy API
skyboy Jul 11, 2016
3832c8b
Rename IFluxTransport IEnergyTransport for consistency
skyboy Jul 12, 2016
397889b
Fix useless method signature in IEnergyTransport
skyboy Jul 12, 2016
098f9b4
Add additional teleport methods
skyboy Jul 28, 2016
49cdbed
Fix cross dimensional teleports for non-players
skyboy Aug 2, 2016
f78e92d
Fix minor calculation error
hyfloac Oct 17, 2016
4a9ad79
Update .gitignore
skyboy Jan 9, 2017
ac37fd9
Fix NPE when making a stacked block in BlockHelper
skyboy Jan 18, 2017
9ff87fb
Promote lib to 1.2.0
skyboy Jan 18, 2017
26f6bb8
Merge pull request #26 from hyfloac/master
KingLemming Mar 4, 2017
6b24c7d
Update to final 1.7.10 release.
KingLemming Mar 4, 2017
b49e944
Why? Didn't I do a good job this time?
FalsePattern Jul 17, 2024
2a84116
Getting to the end is not what's important
FalsePattern Jul 17, 2024
65e6717
fix AT
FalsePattern Jul 17, 2024
4299a76
(maybe?) fix CME
FalsePattern Jul 17, 2024
db292e7
fix AT warning
FalsePattern Jul 17, 2024
2210ba3
fix bad hash function
FalsePattern Jul 17, 2024
d4a3a4b
fix synchronization
FalsePattern Jul 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
* text eol=lf

*.[jJ][aA][rR] binary

*.[pP][nN][gG] binary
*.[jJ][pP][gG] binary
*.[jJ][pP][eE][gG] binary
*.[gG][iI][fF] binary
*.[tT][iI][fF] binary
*.[tT][iI][fF][fF] binary
*.[iI][cC][oO] binary
*.[sS][vV][gG] text
*.[eE][pP][sS] binary
*.[xX][cC][fF] binary

*.[kK][aA][rR] binary
*.[mM]4[aA] binary
*.[mM][iI][dD] binary
*.[mM][iI][dD][iI] binary
*.[mM][pP]3 binary
*.[oO][gG][gG] binary
*.[rR][aA] binary

*.7[zZ] binary
*.[gG][zZ] binary
*.[tT][aA][rR] binary
*.[tT][gG][zZ] binary
*.[zZ][iI][pP] binary

*.[tT][cC][nN] binary
*.[sS][oO] binary
*.[dD][lL][lL] binary
*.[dD][yY][lL][iI][bB] binary
*.[pP][sS][dD] binary
*.[tT][tT][fF] binary
*.[oO][tT][fF] binary

*.[pP][aA][tT][cC][hH] -text

*.[bB][aA][tT] text eol=crlf
*.[cC][mM][dD] text eol=crlf
*.[pP][sS]1 text eol=crlf

*[aA][uU][tT][oO][gG][eE][nN][eE][rR][aA][tT][eE][dD]* binary
17 changes: 17 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build and test

on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
build-and-test:
uses: FalsePattern/fpgradle-workflows/.github/workflows/build-and-test.yml@master
with:
timeout: 90
workspace: setupCIWorkspace
client-only: false
21 changes: 21 additions & 0 deletions .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release Tags

on:
push:
tags:
- '*'

permissions:
contents: write

jobs:
release-tags:
uses: FalsePattern/fpgradle-workflows/.github/workflows/release-tags.yml@master
with:
workspace: "setupCIWorkspace"
secrets:
MAVEN_DEPLOY_USER: ${{ secrets.MAVEN_DEPLOY_USER }}
MAVEN_DEPLOY_PASSWORD: ${{ secrets.MAVEN_DEPLOY_PASSWORD }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}

Loading